LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
lf::io::test_utils Namespace Reference

Functions

std::string getMeshPath (std::string mesh_name)
 Retrieve the full path to the file lib/lf/io/test/msh_files/<mesh_name>
 
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>.
 

Function Documentation

◆ getGmshReader()

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>.

Parameters
mesh_nameThe name of the mesh file.
dim_worldThe world dimension of the mesh.

Definition at line 34 of file read_mesh.cc.

References getMeshPath().

◆ 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().