|
MBDyn-1.7.3
|
#include <constltp_impl.h>


Public Member Functions | |
| BiStopCLWrapper (ConstitutiveLaw< T, Tder > *pCL, bool bInitialStatus, const DriveCaller *pA, const DriveCaller *pD) | |
| virtual | ~BiStopCLWrapper (void) |
| ConstLawType::Type | GetConstLawType (void) const |
| virtual ConstitutiveLaw< T, Tder > * | pCopy (void) const |
| virtual std::ostream & | Restart (std::ostream &out) const |
| virtual void | Update (const T &Eps, const T &EpsPrime=mb_zero< T >()) |
| virtual void | AfterConvergence (const T &Eps, const T &EpsPrime=mb_zero< T >()) |
Public Member Functions inherited from ConstitutiveLaw< T, Tder > | |
| ConstitutiveLaw (void) | |
| virtual | ~ConstitutiveLaw (void) |
| virtual const T & | GetEpsilon (void) const |
| virtual const T & | GetEpsilonPrime (void) const |
| virtual const T & | GetF (void) const |
| virtual const Tder & | GetFDE (void) const |
| virtual const Tder & | 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 |
Public Member Functions inherited from WithLabel | |
| 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 |
Public Member Functions inherited from SimulationEntity | |
| SimulationEntity (void) | |
| virtual | ~SimulationEntity (void) |
| virtual bool | bIsValidIndex (unsigned int i) const |
| virtual DofOrder::Order | GetEqType (unsigned int i) const |
| virtual void | SetValue (DataManager *pDM, VectorHandler &X, VectorHandler &XP, SimulationEntity::Hints *h=0) |
| virtual Hint * | ParseHint (DataManager *pDM, const char *s) 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) |
Private Types | |
| enum | Status { INACTIVE, ACTIVE } |
Private Attributes | |
| ConstitutiveLaw< T, Tder > * | m_pCL |
| enum Status | m_status |
| const DriveCaller * | m_pActivatingCondition |
| const DriveCaller * | m_pDeactivatingCondition |
| T | m_EpsRef |
Additional Inherited Members | |
Public Types inherited from ConstitutiveLaw< T, Tder > | |
| typedef ConstitutiveLaw< T, Tder >::ErrNotAvailable | Err |
Public Types inherited from SimulationEntity | |
| typedef std::vector< Hint * > | Hints |
Protected Attributes inherited from ConstitutiveLaw< T, Tder > | |
| T | Epsilon |
| T | EpsilonPrime |
| T | F |
| Tder | FDE |
| Tder | FDEPrime |
Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel |
| std::string | sName |
Definition at line 2151 of file constltp_impl.h.
|
private |
| Enumerator | |
|---|---|
| INACTIVE | |
| ACTIVE | |
Definition at line 2154 of file constltp_impl.h.
|
inline |
Definition at line 2163 of file constltp_impl.h.
References ASSERT, BiStopCLWrapper< T, Tder >::m_pActivatingCondition, and BiStopCLWrapper< T, Tder >::m_pDeactivatingCondition.
|
inlinevirtual |
Definition at line 2177 of file constltp_impl.h.
References NO_OP.
|
inlinevirtual |
Reimplemented from ConstitutiveLaw< T, Tder >.
Definition at line 2261 of file constltp_impl.h.
References BiStopCLWrapper< T, Tder >::ACTIVE, BiStopCLWrapper< T, Tder >::m_EpsRef, BiStopCLWrapper< T, Tder >::m_pCL, and BiStopCLWrapper< T, Tder >::m_status.
|
inlinevirtual |
Implements ConstitutiveLaw< T, Tder >.
Definition at line 2181 of file constltp_impl.h.
References BiStopCLWrapper< T, Tder >::m_pCL.
|
inlinevirtual |
Implements ConstitutiveLaw< T, Tder >.
Definition at line 2186 of file constltp_impl.h.
References BiStopCLWrapper< T, Tder >::ACTIVE, BiStopCLWrapper< T, Tder >::m_pActivatingCondition, BiStopCLWrapper< T, Tder >::m_pCL, BiStopCLWrapper< T, Tder >::m_pDeactivatingCondition, BiStopCLWrapper< T, Tder >::m_status, DriveCaller::pCopy(), and SAFENEWWITHCONSTRUCTOR.

|
inlinevirtual |
Reimplemented from ConstitutiveLaw< T, Tder >.
Definition at line 2201 of file constltp_impl.h.
References BiStopCLWrapper< T, Tder >::INACTIVE, BiStopCLWrapper< T, Tder >::m_pActivatingCondition, BiStopCLWrapper< T, Tder >::m_pCL, BiStopCLWrapper< T, Tder >::m_pDeactivatingCondition, BiStopCLWrapper< T, Tder >::m_status, and DriveCaller::Restart().

|
inlinevirtual |
Implements ConstitutiveLaw< T, Tder >.
Definition at line 2216 of file constltp_impl.h.
References BiStopCLWrapper< T, Tder >::ACTIVE, DriveCaller::dGet(), BiStopCLWrapper< T, Tder >::INACTIVE, BiStopCLWrapper< T, Tder >::m_EpsRef, BiStopCLWrapper< T, Tder >::m_pActivatingCondition, BiStopCLWrapper< T, Tder >::m_pCL, BiStopCLWrapper< T, Tder >::m_pDeactivatingCondition, BiStopCLWrapper< T, Tder >::m_status, and MBDYN_EXCEPT_ARGS.

|
private |
Definition at line 2160 of file constltp_impl.h.
Referenced by BiStopCLWrapper< T, Tder >::AfterConvergence(), and BiStopCLWrapper< T, Tder >::Update().
|
private |
Definition at line 2158 of file constltp_impl.h.
Referenced by BiStopCLWrapper< T, Tder >::BiStopCLWrapper(), BiStopCLWrapper< T, Tder >::pCopy(), BiStopCLWrapper< T, Tder >::Restart(), and BiStopCLWrapper< T, Tder >::Update().
|
private |
Definition at line 2156 of file constltp_impl.h.
Referenced by BiStopCLWrapper< T, Tder >::AfterConvergence(), BiStopCLWrapper< T, Tder >::GetConstLawType(), BiStopCLWrapper< T, Tder >::pCopy(), BiStopCLWrapper< T, Tder >::Restart(), and BiStopCLWrapper< T, Tder >::Update().
|
private |
Definition at line 2159 of file constltp_impl.h.
Referenced by BiStopCLWrapper< T, Tder >::BiStopCLWrapper(), BiStopCLWrapper< T, Tder >::pCopy(), BiStopCLWrapper< T, Tder >::Restart(), and BiStopCLWrapper< T, Tder >::Update().
|
private |
Definition at line 2157 of file constltp_impl.h.
Referenced by BiStopCLWrapper< T, Tder >::AfterConvergence(), BiStopCLWrapper< T, Tder >::pCopy(), BiStopCLWrapper< T, Tder >::Restart(), and BiStopCLWrapper< T, Tder >::Update().