MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
Public Member Functions | Public Attributes
Driver Class Reference

#include <driver.h>

List of all members.

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.
ModelMdl
 Model.
EquilibStateSta
 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 ?

Constructor & Destructor Documentation

Driver::Driver ( String const &  ModelName,
SDPair const &  Prms,
SDPair const &  Inis 
) [inline]
Driver::~Driver ( ) [inline]

Member Function Documentation

void Driver::Update ( ) [inline]

Member Data Documentation

Check model TgIncs ?

Strain increments.

Increments of internal values.

Stress increments.

3 components cases: 8 cases

Linear model ?

Prescribed strains.

Scheme.

STOL.

double Driver::Tol

Tolerance to check for division by zero.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines