Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCycleDetectionPerforms cycle detection on the cross section, used for determination of cells during thin-wall analysis
 CElementContains element data and relevant functions for massive analysis
 CLineElementContains element data and relevant functions for thin-wall analysis
 CLineMeshContains mesh data for thin-wall analysis. Performs stress analysis on this mesh
 CLineParserInterprets thin-wall meshes structured in the ".msh" format
 CLineResultWriterWrites results to file for thin-wall analysis
 CMaterialContains material data such as Young's Modulus, Shear Modulus and Poisson's ratio, and if needed could include additional material properties
 CMeshContains mesh data for massive analysis. Performs stress analysis on this mesh
 CMeshSTLIs based on Mesh but store results to be outputted in .stl format
 CMSHParserInterprets massive meshes structured in the ".msh" format
 CNodeStruct that holds nodal properties
 CQ4ElementClass for implementation of Q4 elements
 CQ9ElementClass for implementation of Q9 elements
 CQuadrilateralElementClass for implementation of quadrilateral elements
 CResultWriterWrites results to file for massive analysis
 CSolverContains the main function and initializes MSHParser (LineParser), Mesh (LineMesh), and lastly ResultWriter (LineResultWriter)
 CT3ElementClass for implementation of T3 elements
 CT6ElementClass for implementation of T6 elements
 CTriangularElementClass for implementation of triangular elements