LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Directories | |
directory | test_utils |
Files | |
file | eigen_fusion_adapter.h [code] |
Defines boost fusion adapters for eigen. Is used by the boost spirit and karma libraries from GmshReader and VtkWriter. | |
file | gmsh_file_v2.cc [code] |
Implementation of the logic to parse a GmshFile Version 2.0 into a in-memory data structure. | |
file | gmsh_file_v2.h [code] |
Functionality to read a Gmsh file Version 2.0 into a in-memory data structure for later processing. | |
file | gmsh_file_v4.cc [code] |
Implementation of all logic related to the class GmshFileV4. | |
file | gmsh_file_v4.h [code] |
Functionality to read a GmshFile Version 4 into a memory data structure and continue processing it later on. | |
file | gmsh_file_v4_binary.cc [code] |
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. | |
file | gmsh_file_v4_detail.h [code] |
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. | |
file | gmsh_file_v4_text.cc [code] |
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. | |
file | gmsh_reader.cc [code] |
file | gmsh_reader.h [code] |
Declares the class GmshReader. | |
file | io.h [code] |
Master include file for the module lf::io. | |
file | vtk_writer.cc [code] |
Implementation of VtkWriter. | |
file | vtk_writer.h [code] |
Declares the VtkWriter which can write vtk files that can be read by ParaView. | |
file | write_matlab.cc [code] |
file | write_matlab.h [code] |
file | write_matplotlib.cc [code] |
Implementation of writeMatplotlib. | |
file | write_matplotlib.h [code] |
Declares the writeMatplotlib function which writes a mesh to a .csv file which can be visualized with matplotlib. | |
file | write_tikz.cc [code] |
file | write_tikz.h [code] |