7 #include "ResultWriter.h" 8 #include "LineResultWriter.h" 50 using namespace Eigen;
64 Solver(std::string fileName,
Material mat,
bool massive,
int extraLineSegments);
68 std::string fileNameNoExt;
77 void saveResults(
Mesh);
89 void removeFolderDesignation();
Contains mesh data for massive analysis. Performs stress analysis on this mesh.
Definition: Mesh.h:21
Writes results to file for massive analysis.
Definition: ResultWriter.h:19
bool massive
< Filename excluding file ending.
Definition: Solver.h:69
Contains material data such as Young's Modulus, Shear Modulus and Poisson's ratio, and if needed could include additional material properties.
Definition: Material.h:3
Contains the main function and initializes MSHParser (LineParser), Mesh (LineMesh), and lastly ResultWriter (LineResultWriter).
Definition: Solver.h:53