This file contains the "Mesh object" declarations, which stores nodes, materials, elements, and loads in a finite element model, and also creates the links between the formers. More...
#include <map>
#include <vector>
#include <memory>
#include <Eigen/SparseCore>
#include "Node.hpp"
#include "Load.hpp"
#include "Section.hpp"
#include "Material.hpp"
#include "Damping.hpp"
#include "Element.hpp"
#include "Constraint.hpp"
Go to the source code of this file.
Classes | |
class | Mesh |
Class for defining a mesh that stores the nodes, materials, elements, and loads. More... | |
This file contains the "Mesh object" declarations, which stores nodes, materials, elements, and loads in a finite element model, and also creates the links between the formers.