vmtktetgen

Description

wrapper around TetGen tetrahedral mesh generator by Hang Si (http://tetgen.berlios.de/)

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iMeshvtkUnstructuredGrid1the input mesh
ifileMeshInputFileNamestr1filename for the default Mesh reader
capsGenerateCapsbool10close surface holes with caps before meshing
plcPLCint11see TetGen documentation
refineRefineint10see TetGen documentation
coarsenCoarsenint10see TetGen documentation
noboundarysplitNoBoundarySplitint10see TetGen documentation
qualityQualityint11see TetGen documentation
minratioMinRatiofloat11.414see TetGen documentation
mindihedralMinDihedralfloat110.0see TetGen documentation
maxdihedralMaxDihedralfloat1165.0see TetGen documentation
varvolumeVarVolumeint10see TetGen documentation
fixedvolumeFixedVolumeint10see TetGen documentation
maxvolumeMaxVolumefloat10.1see TetGen documentation
removesliverRemoveSliverint10see TetGen documentation
regionattribRegionAttribint10see TetGen documentation
epsilonEpsilonfloat11e-08see TetGen documentation
nomergeNoMergeint10see TetGen documentation
detectinterDetectInterint10see TetGen documentation
checkclosureCheckClosureint10see TetGen documentation
orderOrderint11see TetGen documentation
docheckDoCheckint10see TetGen documentation
verboseVerboseint10see TetGen documentation
usesizingfunctionUseSizingFunctionint10see TetGen documentation
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIdsname of the array where cell entity ids are stored
tetravolumearrayTetrahedronVolumeArrayNamestr1TetrahedronVolumename of the array where volumes of tetrahedra are stored
sizingfunctionarraySizingFunctionArrayNamestr1VolumeSizingFunctionname of the array where sizing function values are stored
surfaceelementsOutputSurfaceElementsint11toggle output surface elements
volumeelementsOutputVolumeElementsint11toggle output volume elements
ofileMeshOutputFileNamestr1filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
oMeshvtkUnstructuredGrid1the output mesh
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIdsname of the array where cell entity ids are stored
tetravolumearrayTetrahedronVolumeArrayNamestr1TetrahedronVolumename of the array where volumes of tetrahedra are stored