Functor creating a silo multimesh file storing a partition of a mesh.
More...
|
| create_submesh_file_wf (PropertyMap pmap, VertexArray *varray, std::string const &fname, bool case_3d) |
|
template<typename SubMesh > |
void | operator() (SubMesh const &submesh, size_t const &index) |
|
template<typename PropertyMap, typename VertexArray>
struct stapl::create_submesh_file_wf< PropertyMap, VertexArray >
Functor creating a silo multimesh file storing a partition of a mesh.
- Template Parameters
-
PropertyMap | type of property map storing values associated to mesh cells. |
VertexArray | type of pArray storing the mesh vertices. |
◆ create_submesh_file_wf()
template<typename PropertyMap , typename VertexArray >
- Parameters
-
pmap | property map storing values associated to mesh cells. |
varray | pArray of mesh vertices. |
fname | output file name. |
case_3d | true if mesh is 3D. |
◆ operator()()
template<typename PropertyMap , typename VertexArray >
template<typename SubMesh >
- Parameters
-
submesh | partition of the mesh. |
index | partition identifier. |
The documentation for this struct was generated from the following file:
- generate_output_mesh_file.hpp