MATLAB script to write ABAQUS tetrahedral (C3D4) mesh from Dream.3D surface mesh
The script
- Reads nodes, triangles of surface mesh and feature centroids generated in Dream.3D (ver. 4.2.x)
- Generates volume tetrahedral mesh using iso2mesh toolbox
- Writes the generated mesh into a file in ABAQUS input file format
Read more about the script here
dream2abatet.m
heavily relies on iso2mesh toolbox - an image-based 3D surface and volumetric mesh generator.
- Author: Qianqian Fang, Massachusetts General Hospital (Harvard Medical School)
- License: GPL v.2 or later
- URL: iso2mesh.sf.net