Expand 2D planar mesh into 3D volume, convert triangular/quad mesh to tetrahedrons/hexahedrons.
Parameters: | mesh2d : Mesh
dist : float
rep : int
|
---|---|
Returns: | mesh3d : Mesh
|
FE mesh smoothing.
Based on:
[1] Steven K. Boyd, Ralph Muller, Smooth surface meshing for automated finite element model generation from 3D image data, Journal of Biomechanics, Volume 39, Issue 7, 2006, Pages 1287-1295, ISSN 0021-9290, 10.1016/j.jbiomech.2005.03.006. (http://www.sciencedirect.com/science/article/pii/S0021929005001442)
Parameters: | mesh : mesh
n_iter : integer, optional
lam : float, optional
mu : float, optional
weights : array, optional
bconstr: logical, optional :
volume_corr: logical, optional :
|
---|---|
Returns: | coors : array
|