My Project
|
Contains the main function and initializes MSHParser, Mesh, and finally ResultWriter. More...
#include <Solver.h>
Public Member Functions | |
Solver (std::string fileName, Material mat) | |
Constructor. More... | |
Contains the main function and initializes MSHParser, Mesh, and finally ResultWriter.
Solver::Solver | ( | std::string | fileName, |
Material | mat | ||
) |
Constructor.
fileName | is the file name of the .msh file |
mat | is the material used for the meshConstructor |