Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12. More...
#include <netgen_reader.hpp>
Public Member Functions | |
template<typename DomainType > | |
int | operator() (DomainType &domain, std::string const &filename) const |
The functor interface triggering the read operation. |
Reader for Netgen files obtained from the 'Export mesh...' menu item. Tested with Netgen version 4.9.12.
int operator() | ( | DomainType & | domain, | |
std::string const & | filename | |||
) | const [inline] |
The functor interface triggering the read operation.
domain | A ViennaGrid domain | |
filename | Name of the file |