![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <driver.h>
Public Member Functions | |
Driver (String const &ModelName, SDPair const &Prms, SDPair const &Inis) | |
~Driver () | |
void | Update () |
Public Attributes | |
Array< bool > | PrescDEps |
Prescribed strains. | |
Vec_t | DEps |
Strain increments. | |
Vec_t | DSig |
Stress increments. | |
Model * | Mdl |
Model. | |
EquilibState * | Sta |
State. | |
double | Tol |
Tolerance to check for division by zero. | |
bool | CheckModelTgIncs |
Check model TgIncs ? | |
String | RKScheme |
Scheme. | |
double | RKStol |
STOL. | |
Vec_t | DIvs |
Increments of internal values. | |
int | GivenIncsCase |
3 components cases: 8 cases | |
bool | Linear |
Linear model ? |
Driver::Driver | ( | String const & | ModelName, |
SDPair const & | Prms, | ||
SDPair const & | Inis | ||
) | [inline] |
Driver::~Driver | ( | ) | [inline] |
void Driver::Update | ( | ) | [inline] |
Check model TgIncs ?
Strain increments.
Increments of internal values.
Stress increments.
3 components cases: 8 cases
bool Driver::Linear |
Linear model ?
Array<bool> Driver::PrescDEps |
Prescribed strains.
Scheme.
double Driver::RKStol |
STOL.
double Driver::Tol |
Tolerance to check for division by zero.