PeriDyno 1.0.0
Loading...
Searching...
No Matches
FractureModule.h
Go to the documentation of this file.
1#pragma once
3
4namespace dyno {
5
6 template<typename TDataType> class SummationDensity;
7
8 template<typename TDataType>
9 class FractureModule : public ElastoplasticityModule<TDataType>
10 {
12 public:
13 typedef typename TDataType::Real Real;
14 typedef typename TDataType::Coord Coord;
15 typedef typename ::dyno::TBond<TDataType> Bond;
16
18 ~FractureModule() override {};
19
20 void applyPlasticity() override;
21 };
22}
This is an implementation of elastoplasticity based on projective peridynamics. For more details,...
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
TDataType::Coord Coord
TDataType::Real Real
::dyno::TBond< TDataType > Bond
void applyPlasticity() override
The standard summation density.
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25