PeriDEM 0.2.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
#include "fe/mesh.h"
#include "geometry/fracture.h"
#include "inp/pdecks/particleDeck.h"
#include "material/mparticle/material.h"
#include "util/geomObjects.h"
#include "util/matrix.h"
#include "util/point.h"
#include "util/transformation.h"
#include "particleTransform.h"
#include "model/modelData.h"
#include <cstdint>
#include <cstring>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | particle::RefParticle |
A class to store reference particle related data. Consider a case of multiple hexagon-shaped particle related to each other by affine transformation. In such a case, it is possible to consider a reference hexagon particle and store the mesh and other details of only the reference particle. To get the data relevant to specific hexagon particle, one can apply the appropriate transformation on data for the reference hexagon particle. More... | |
Namespaces | |
namespace | particle |
Collection of methods and data related to particle object. | |