vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtklineartoquadratic

vmtklineartoquadratic

Description

convert the elements of a mesh from linear to quadratic

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iMeshvtkUnstructuredGrid1  the input mesh
ifileMeshInputFileNamestr1  filename for the default Mesh reader
rSurfacevtkPolyData1  the reference surface to project nodes onto
rfileSurfaceInputFileNamestr1  filename for the default Surface reader
modeModestr1["volume","surface"]volumekind of elements to work with
biquadraticwedgeUseBiquadraticWedgebool1 Trueif on, convert linear wedges to 18-noded biquadratic quadratic wedges, otherwise use 15-noded quadratic wedges
capsurfaceCapSurfacebool1 Falseif on, cap the reference surface before projecting
entityidsarrayCellEntityIdsArrayNamestr1 Nonename of the array where entity ids relative to cells are stored
projectedidProjectedCellEntityIdint1 1id of the entity that is to be projected onto the reference surface
quadratureorderQuadratureOrderint1 10quadrature order for checking negative Jacobians
jacobiantoleranceNegativeJacobianTolerancefloat1 0.0tolerance for the evaluation of negative Jacobians
subdivisionmethodSubdivisionMethodstr1["linear","butterfly"]linearsubdivision method for surface elements
ofileMeshOutputFileNamestr1  filename for the default Mesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oMeshvtkUnstructuredGrid1  the output mesh
Edit - History - Print - Recent Changes - Search
Page last modified on September 05, 2010, at 12:56 PM