#include <CMaterial.h>
Public Member Functions | |
| CMaterial (const MatType &type, const ReverseFlag &reversible, const double &maxCohesiveStress, const double &Gc, const double &betaSqr, const double &compStiff, int internalSize=4) | |
| ~CMaterial () | |
| MatType | type () const |
| ReverseFlag | reversibility () const |
| double | maxCohesiveStress () const |
| double | gc () const |
| double | betaSqr () const |
| double | compStiff () const |
| int | numInternal () const |
| fragment::CMaterial::CMaterial | ( | const MatType & | type, | |
| const ReverseFlag & | reversible, | |||
| const double & | maxCohesiveStress, | |||
| const double & | Gc, | |||
| const double & | betaSqr, | |||
| const double & | compStiff, | |||
| int | internalSize = 4 | |||
| ) | [inline] |
| fragment::CMaterial::~CMaterial | ( | ) | [inline] |
| double fragment::CMaterial::betaSqr | ( | ) | const [inline] |
| double fragment::CMaterial::compStiff | ( | ) | const [inline] |
| double fragment::CMaterial::gc | ( | ) | const [inline] |
| double fragment::CMaterial::maxCohesiveStress | ( | ) | const [inline] |
| int fragment::CMaterial::numInternal | ( | ) | const [inline] |
| ReverseFlag fragment::CMaterial::reversibility | ( | ) | const [inline] |
| MatType fragment::CMaterial::type | ( | ) | const [inline] |
1.4.7