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


Public Member Functions | |
| AnnViscoElasticConstitutiveLaw (const std::string &f, bool b=false) | |
| virtual | ~AnnViscoElasticConstitutiveLaw (void) |
| ConstLawType::Type | GetConstLawType (void) const |
| virtual ConstitutiveLaw < doublereal, doublereal > * | pCopy (void) const |
Public Member Functions inherited from AnnElasticConstitutiveLaw< doublereal, doublereal > | |
| AnnElasticConstitutiveLaw (const std::string &f, bool b=false) | |
| virtual | ~AnnElasticConstitutiveLaw (void) |
| virtual void | AfterConvergence (const doublereal &Eps, const doublereal &EpsPrime=0.) |
| virtual std::ostream & | Restart (std::ostream &out) const |
| virtual void | Update (const doublereal &Eps, const doublereal &EpsPrime=0.) |
Public Member Functions inherited from ConstitutiveLaw< doublereal, doublereal > | |
| ConstitutiveLaw (void) | |
| virtual | ~ConstitutiveLaw (void) |
| 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 |
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) |
Protected Member Functions | |
| virtual void | AnnSanity (void) |
| virtual void | Update (const doublereal &Eps, const doublereal &EpsPrime, int feedback) |
Protected Member Functions inherited from AnnElasticConstitutiveLaw< doublereal, doublereal > | |
| void | AnnInit (void) |
Additional Inherited Members | |
Public Types inherited from ConstitutiveLaw< doublereal, doublereal > | |
| typedef ConstitutiveLaw < doublereal, doublereal > ::ErrNotAvailable | Err |
Public Types inherited from SimulationEntity | |
| typedef std::vector< Hint * > | Hints |
Protected Attributes inherited from AnnElasticConstitutiveLaw< doublereal, doublereal > | |
| bool | bUnit |
| ANN * | net |
| std::string | fname |
Protected Attributes inherited from ConstitutiveLaw< doublereal, doublereal > | |
| doublereal | Epsilon |
| doublereal | EpsilonPrime |
| doublereal | F |
| doublereal | FDE |
| doublereal | FDEPrime |
Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel |
| std::string | sName |
Definition at line 301 of file constltp_ann.h.
|
inline |
|
inlinevirtual |
Definition at line 346 of file constltp_ann.h.
References NO_OP.
|
inlineprotectedvirtual |
Reimplemented from AnnElasticConstitutiveLaw< doublereal, doublereal >.
Definition at line 306 of file constltp_ann.h.
References NO_OP.
|
inlinevirtual |
Reimplemented from AnnElasticConstitutiveLaw< doublereal, doublereal >.
Definition at line 350 of file constltp_ann.h.
References ConstLawType::VISCOELASTIC.
|
inlinevirtual |
Reimplemented from AnnElasticConstitutiveLaw< doublereal, doublereal >.
Definition at line 354 of file constltp_ann.h.
References SAFENEWWITHCONSTRUCTOR.
|
inlineprotectedvirtual |
Reimplemented from AnnElasticConstitutiveLaw< doublereal, doublereal >.
Definition at line 312 of file constltp_ann.h.
References ANN_jacobian_matrix(), ANN_sim(), AnnElasticConstitutiveLaw< T, Tder >::bUnit, ANN::input, ANN::jacobian, matrix::mat, MBDYN_EXCEPT_ARGS, ANN::N_input, AnnElasticConstitutiveLaw< T, Tder >::net, ANN::output, and vector::vec.
