(Preview feature)
More...
#include <MeshVizXLM/extractors/MiResampledSurfaceExtractCurvilinear.h>
(Preview feature)
Build a curvilinear mesh that fits the input one but with a given number of cells along I and J.
Definition at line 26 of file MiResampledSurfaceExtractCurvilinear.h.
◆ ~MiResampledSurfaceExtractCurvilinear()
virtual MiResampledSurfaceExtractCurvilinear::~MiResampledSurfaceExtractCurvilinear |
( |
| ) |
|
|
inlinevirtual |
◆ extract()
Build a new curvilinear mesh fitting the given input mesh, but with the given number of cell along I and J.
This extractor does not currently supports dead cells in the input mesh.
- Parameters
-
numCellsI | The number of cells of the output mesh along I. |
numCellsJ | The number of cells of the output mesh along J. |
cellFilter | unused by the extractor for now. |
◆ extractScalarSet()
Extracts a scalar set from the input surface mesh.
The scalars are mapped onto the current extracted surface.
- Parameters
-
inputSet | the input scalar set defined on the surface mesh |
- Returns
- the output scalar set defined on the latest extracted surface mesh
◆ extractVec3Set()
Extracts a vector set from the input surface mesh.
The vectors are mapped onto the current extracted surface.
- Parameters
-
inputSet | the input vector set defined on the input surface mesh |
- Returns
- the output vector set defined on the latest extracted surface mesh
◆ getNewInstance()
Factory method returning a new instance of a class implementing this abstract class.
- Parameters
-
- Note
- Only some of the extraction algorithms have a parallel implementation.
The documentation for this class was generated from the following file: