Functor importing a mesh from a silo file.
More...
|
| | import_silo_file (std::string fname) |
| | Constructor extracting the number of vertices of the mesh. More...
|
| |
|
size_t | get_num_vertices () const |
| |
| template<typename MeshType > |
| void | operator() (MeshType &mesh) |
| |
Functor importing a mesh from a silo file.
◆ import_silo_file()
| stapl::import_silo_file::import_silo_file |
( |
std::string |
fname | ) |
|
Constructor extracting the number of vertices of the mesh.
- Parameters
-
| fname | silo file name storing the mesh. |
◆ operator()()
template<typename MeshType >
| void stapl::import_silo_file::operator() |
( |
MeshType & |
mesh | ) |
|
The documentation for this struct was generated from the following file: