PeriDyno 1.0.0
Loading...
Searching...
No Matches
ElastoplasticBody.h
Go to the documentation of this file.
1
16#pragma once
17#include "Peridynamics.h"
18
19namespace dyno
20{
25 template<typename TDataType>
26 class ElastoplasticBody : public Peridynamics<TDataType>
27 {
29 public:
30 typedef typename TDataType::Real Real;
31 typedef typename TDataType::Coord Coord;
32
34 ~ElastoplasticBody() override;
35 };
36}
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25