diff --git a/content/20240319_triangleMapping2D3D.md b/content/20240319_triangleMapping2D3D.md new file mode 100644 index 0000000..243cc4c --- /dev/null +++ b/content/20240319_triangleMapping2D3D.md @@ -0,0 +1,11 @@ +Title: 2D Triangle Maps using Shape Functions +lang: en +date: 2024-03-19 15:40 +comments: true +slug: triangle-maps-shape-functions +Tags: Graphics, Numerical Computing, Math +Category: Python +Image: /images/thumbnail_20240319_triangleMapping2D3D.png +Summary: Using shape functions on the triangle, we are showing an elegant way to map from a reference triangle to a target triangle. + +{% notebook posts/20240319_triangleMapping2D3D.ipynb cells[:] %} diff --git a/content/images/thumbnail_20240319_triangleMapping2D3D.png b/content/images/thumbnail_20240319_triangleMapping2D3D.png new file mode 100644 index 0000000..6d1d1b1 Binary files /dev/null and b/content/images/thumbnail_20240319_triangleMapping2D3D.png differ diff --git a/content/posts b/content/posts index 0475ed0..0bfe831 160000 --- a/content/posts +++ b/content/posts @@ -1 +1 @@ -Subproject commit 0475ed0d635a25cab02cffb82f58834a760e9758 +Subproject commit 0bfe831a9413aada4ecbf109d46a0a98984579a1