![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Directories | |
| test_utils | |
Files | |
| eigen_fusion_adapter.h | |
| Defines boost fusion adapters for eigen. Is used by the boost spirit and karma libraries from GmshReader and VtkWriter. | |
| gmsh_file_v2.cc | |
| Implementation of the logic to parse a GmshFile Version 2.0 into a in-memory data structure. | |
| gmsh_file_v2.h | |
| Functionality to read a Gmsh file Version 2.0 into a in-memory data structure for later processing. | |
| gmsh_file_v4.cc | |
| Implementation of all logic related to the class GmshFileV4. | |
| gmsh_file_v4.h | |
| Functionality to read a GmshFile Version 4 into a memory data structure and continue processing it later on. | |
| gmsh_file_v4_binary.cc | |
| Contains the binary grammar for the GmshFileV4. This is separated from the grammar that is used to read the textual file because g++ would allocate too much memory otherwise. | |
| gmsh_file_v4_detail.h | |
| Contains some common definition which is included by gmsh_file_v4_text.cc and gmsh_file_v4_binary.cc This file should not be included by code that uses LehrFEM++, it is only needed to compile gmsh_file_v4_binary and gmsh_file_v4_text. | |
| gmsh_file_v4_text.cc | |
| Contains the text grammar for the GmshFileV4. This is separated from the grammar that is used to read the binary file because g++ would allocate too much memory otherwise. | |
| gmsh_reader.cc | |
| gmsh_reader.h | |
| Declares the class GmshReader. | |
| io.h | |
| Master include file for the module lf::io. | |
| vtk_writer.cc | |
| Implementation of VtkWriter. | |
| vtk_writer.h | |
| Declares the VtkWriter which can write vtk files that can be read by ParaView. | |
| write_matlab.cc | |
| write_matlab.h | |
| write_matplotlib.cc | |
| Implementation of writeMatplotlib. | |
| write_matplotlib.h | |
| Declares the writeMatplotlib function which writes a mesh to a .csv file which can be visualized with matplotlib. | |
| write_tikz.cc | |
| write_tikz.h | |