vmtkmeshwriter

Description

write a mesh to disk

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self
disabledDisabledbool10disable execution and piping
iMeshvtkUnstructuredGrid1the input mesh
ifileMeshInputFileNamestr1filename for the default Mesh reader
fFormatstr1["vtkxml","vtk","xda","fdneut","tecplot","lifev","dolfin","fluent","pointdata"]file format (xda - libmesh ASCII format, fdneut - FIDAP neutral format)
guessformatGuessFormatbool11guess file format from extension
compressedCompressedbool11output gz compressed file (dolfin only)
ofileOutputFileNamestr1output file name
oMeshvtkUnstructuredGrid1the output mesh
entityidsarrayCellEntityIdsArrayNamestr1CellEntityIdsname of the array where entity ids are stored
entityidsoffsetCellEntityIdsOffsetint10add this number to entity ids in output (dolfin only)
asciiAsciiboolean1write the data as ascii

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdstr10script id
handleSelfself1handle to self