Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
Mesh.hpp File Reference

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"
Include dependency graph for Mesh.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Danilo S. Kusanovic (dkusa.nosp@m.nov@.nosp@m.calte.nosp@m.ch.e.nosp@m.du)
Date
April 25, 2018
Version
1.0