STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::import_silo_file Struct Reference

Functor importing a mesh from a silo file. More...

Public Member Functions

 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)
 

Detailed Description

Functor importing a mesh from a silo file.

Constructor & Destructor Documentation

◆ import_silo_file()

stapl::import_silo_file::import_silo_file ( std::string  fname)

Constructor extracting the number of vertices of the mesh.

Parameters
fnamesilo file name storing the mesh.

Member Function Documentation

◆ operator()()

template<typename MeshType >
void stapl::import_silo_file::operator() ( MeshType &  mesh)
Parameters
meshmesh data structure.

The documentation for this struct was generated from the following file: