Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Translate a boundary element mesh
ResourceFunction["BoundaryElementMeshTranslate"][bmesh,vector] returns a boundary ElementMesh object bmesh translated by translation vector vector. |
Load the Finite Element Method package:
In[1]:= |
Create a boundary ElementMesh:
In[2]:= |
Translate the boundary mesh:
In[3]:= |
Out[3]= |
Visualize the input and resulting boundary ElementMesh objects:
In[4]:= |
Out[4]= |
Create a 3D boundary ElementMesh:
In[5]:= |
Translate the boundary mesh:
In[6]:= |
Out[6]= |
Visualize the input and resulting boundary ElementMesh objects:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License