3 #ifndef MESH_READER_HPP
4 #define MESH_READER_HPP
38 void read_ele_file(std::vector<std::vector<std::vector<std::size_t>>> &cells);
43 std::string _file_name;
The MeshReaderRF class provides functions to read a RF mesh file.
Definition: mesh_reader.hpp:19
void read_ele_file(std::vector< std::vector< std::vector< std::size_t >>> &cells)
Definition: mesh_reader.cpp:65
MeshReaderRF(std::string file_name)
class to read the cells and vertices in a file
Definition: mesh_reader.cpp:5
void read_node_file(std::vector< std::vector< double >> &vertices)
Definition: mesh_reader.cpp:8
void read_partition_file(std::vector< std::vector< std::size_t >> &partition)
Definition: mesh_reader.cpp:129
~MeshReaderRF()
Definition: mesh_reader.hpp:35
Definition: ddr-magnetostatics.hpp:40