|
| | Face.hpp |
| | This file defines the face class, which is the triangular element defined by vertices.
|
| |
| | Gauss_quadrature.hpp |
| | This file defines gauss quadrature and related functions.
|
| |
| | Mesh.hpp |
| | This file defines mesh class containing a vector of vertices and a vector of faces that are required to build up a triangular mesh that represents a limit surface. It provides functions to calculate limit surface from control mesh and control mesh from limit surface.
|
| |
| | Vertex.hpp |
| | This file defines the Vertex class which includes information of coordinate and forces exerted at a vertex.
|
| |