MBDyn-1.7.3
|
#include <ginaccltp.h>
Public Member Functions | |
GiNaCElasticConstitutiveLaw (const TplDriveCaller< doublereal > *pDC, const doublereal &PStress, std::vector< std::string > &epsilon, std::vector< std::string > &expression) | |
virtual | ~GiNaCElasticConstitutiveLaw (void) |
virtual ConstitutiveLaw < doublereal, doublereal > * | pCopy (void) const |
virtual std::ostream & | Restart (std::ostream &out) const |
virtual void | Update (const doublereal &Eps, const doublereal &=0.) |
![]() | |
SymbolicElasticConstitutiveLaw (const TplDriveCaller< doublereal > *pDC, const doublereal &PStress, std::vector< std::string > &epsilon, std::vector< std::string > &expression) | |
virtual | ~SymbolicElasticConstitutiveLaw (void) |
![]() | |
ElasticConstitutiveLaw (const TplDriveCaller< doublereal > *pDC, const doublereal &PStress) | |
virtual | ~ElasticConstitutiveLaw (void) |
ConstLawType::Type | GetConstLawType (void) const |
void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *ph=0) |
virtual Hint * | ParseHint (DataManager *pDM, const char *s) const |
![]() | |
ConstitutiveLaw (void) | |
virtual | ~ConstitutiveLaw (void) |
virtual void | AfterConvergence (const doublereal &Eps, const doublereal &EpsPrime=mb_zero< doublereal >()) |
virtual const doublereal & | GetEpsilon (void) const |
virtual const doublereal & | GetEpsilonPrime (void) const |
virtual const doublereal & | GetF (void) const |
virtual const doublereal & | GetFDE (void) const |
virtual const doublereal & | GetFDEPrime (void) const |
virtual unsigned int | iGetNumDof (void) const |
virtual std::ostream & | DescribeDof (std::ostream &out, const char *prefix="", bool bInitial=false) const |
virtual void | DescribeDof (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const |
virtual std::ostream & | DescribeEq (std::ostream &out, const char *prefix="", bool bInitial=false) const |
virtual void | DescribeEq (std::vector< std::string > &desc, bool bInitial=false, int i=-1) const |
virtual DofOrder::Order | GetDofType (unsigned int i) const |
![]() | |
WithLabel (unsigned int uL=0, const std::string &sN="") | |
virtual | ~WithLabel (void) |
void | PutLabel (unsigned int uL) |
void | PutName (const std::string &sN) |
unsigned int | GetLabel (void) const |
const std::string & | GetName (void) const |
![]() | |
SimulationEntity (void) | |
virtual | ~SimulationEntity (void) |
virtual bool | bIsValidIndex (unsigned int i) const |
virtual DofOrder::Order | GetEqType (unsigned int i) const |
virtual void | BeforePredict (VectorHandler &, VectorHandler &, VectorHandler &, VectorHandler &) const |
virtual void | AfterPredict (VectorHandler &X, VectorHandler &XP) |
virtual void | Update (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual void | DerivativesUpdate (const VectorHandler &XCurr, const VectorHandler &XPrimeCurr) |
virtual void | Update (const VectorHandler &XCurr, InverseDynamics::Order iOrder) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP) |
virtual void | AfterConvergence (const VectorHandler &X, const VectorHandler &XP, const VectorHandler &XPP) |
virtual unsigned int | iGetNumPrivData (void) const |
virtual unsigned int | iGetPrivDataIdx (const char *s) const |
virtual doublereal | dGetPrivData (unsigned int i) const |
virtual std::ostream & | OutputAppend (std::ostream &out) const |
virtual void | ReadInitialState (MBDynParser &HP) |
![]() | |
TplDriveOwner (const TplDriveCaller< doublereal > *pDC=0) | |
virtual | ~TplDriveOwner (void) |
void | Set (const TplDriveCaller< doublereal > *pDC) |
TplDriveCaller< doublereal > * | pGetDriveCaller (void) const |
doublereal | Get (const doublereal &dVar) const |
doublereal | Get (void) const |
virtual bool | bIsDifferentiable (void) const |
virtual doublereal | GetP (void) const |
Private Attributes | |
GiNaC::symbol | gEps |
GiNaC::ex | gExpr |
GiNaC::ex | gExprDEps |
Additional Inherited Members | |
![]() | |
typedef ConstitutiveLaw < doublereal, doublereal > ::ErrNotAvailable | Err |
![]() | |
typedef std::vector< Hint * > | Hints |
![]() | |
virtual std::ostream & | Restart_int (std::ostream &out) const |
![]() | |
doublereal | PreStress |
![]() | |
doublereal | Epsilon |
doublereal | EpsilonPrime |
doublereal | F |
doublereal | FDE |
doublereal | FDEPrime |
![]() | |
unsigned int | uLabel |
std::string | sName |
![]() | |
TplDriveCaller< doublereal > * | pTplDriveCaller |
Definition at line 242 of file ginaccltp.h.
GiNaCElasticConstitutiveLaw< doublereal, doublereal >::GiNaCElasticConstitutiveLaw | ( | const TplDriveCaller< doublereal > * | pDC, |
const doublereal & | PStress, | ||
std::vector< std::string > & | epsilon, | ||
std::vector< std::string > & | expression | ||
) |
Definition at line 262 of file ginaccltp.h.
References GiNaCElasticConstitutiveLaw< T, Tder >::gEps, GiNaCElasticConstitutiveLaw< T, Tder >::gExpr, GiNaCElasticConstitutiveLaw< T, Tder >::gExprDEps, and GiNaCElasticConstitutiveLaw< T, Tder >::Update().
|
virtual |
Definition at line 307 of file ginaccltp.h.
References NO_OP.
|
virtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 313 of file ginaccltp.h.
References GiNaCElasticConstitutiveLaw< T, Tder >::gEps, GiNaCElasticConstitutiveLaw< T, Tder >::gExpr, GiNaCElasticConstitutiveLaw< T, Tder >::pCopy(), and SAFENEWWITHCONSTRUCTOR.
|
virtual |
Reimplemented from ConstitutiveLaw< doublereal, doublereal >.
Definition at line 340 of file ginaccltp.h.
References GiNaCElasticConstitutiveLaw< T, Tder >::gEps, GiNaCElasticConstitutiveLaw< T, Tder >::gExpr, and ElasticConstitutiveLaw< T, Tder >::Restart_int().
|
virtual |
Implements ConstitutiveLaw< doublereal, doublereal >.
Definition at line 349 of file ginaccltp.h.
References GiNaCElasticConstitutiveLaw< T, Tder >::gEps, TplDriveOwner< T >::Get(), GiNaCElasticConstitutiveLaw< T, Tder >::gExpr, and GiNaCElasticConstitutiveLaw< T, Tder >::gExprDEps.
|
private |
Definition at line 245 of file ginaccltp.h.
|
private |
Definition at line 247 of file ginaccltp.h.
|
private |
Definition at line 248 of file ginaccltp.h.