|
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Functions | |
| std::string | getMeshPath (std::string mesh_name) |
Retrieve the full path to the file lib/lf/io/test/msh_files/<mesh_name> More... | |
| GmshReader | getGmshReader (std::string mesh_name, base::dim_t dim_world) |
Get a GmshReader from the file lib/lf/io/test/msh_files/<mesh_name>. More... | |
| GmshReader lf::io::test_utils::getGmshReader | ( | std::string | mesh_name, |
| base::dim_t | dim_world | ||
| ) |
Get a GmshReader from the file lib/lf/io/test/msh_files/<mesh_name>.
| mesh_name | The name of the mesh file. |
| dim_world | The world dimension of the mesh. |
Definition at line 34 of file read_mesh.cc.
References getMeshPath().
| std::string lf::io::test_utils::getMeshPath | ( | std::string | mesh_name | ) |
Retrieve the full path to the file lib/lf/io/test/msh_files/<mesh_name>
Definition at line 12 of file read_mesh.cc.
Referenced by getGmshReader().