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


| Public Member Functions | |
| AnnElasticConstitutiveLaw (const std::string &f, bool b=false) | |
| virtual | ~AnnElasticConstitutiveLaw (void) | 
| virtual ConstLawType::Type | GetConstLawType (void) const | 
| virtual void | AfterConvergence (const T &Eps, const T &EpsPrime=0.) | 
| virtual ConstitutiveLaw< T, Tder > * | pCopy (void) const | 
| virtual std::ostream & | Restart (std::ostream &out) const | 
| virtual void | Update (const T &Eps, const T &EpsPrime=0.) | 
|  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) | 
| Protected Member Functions | |
| void | AnnInit (void) | 
| virtual void | AnnSanity (void) | 
| virtual void | Update (const T &Eps, const T &EpsPrime, int feedback) | 
| Protected Attributes | |
| bool | bUnit | 
| unsigned | dim | 
| ANN * | net | 
| std::string | fname | 
|  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 | 
| 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 | 
Definition at line 40 of file constltp_ann.h.
| 
 | inline | 
Definition at line 100 of file constltp_ann.h.
References AnnElasticConstitutiveLaw< T, Tder >::AnnInit(), and AnnElasticConstitutiveLaw< T, Tder >::AnnSanity().

| 
 | inlinevirtual | 
Definition at line 107 of file constltp_ann.h.
References ANN_destroy(), and AnnElasticConstitutiveLaw< T, Tder >::net.

| 
 | inlinevirtual | 
Reimplemented from ConstitutiveLaw< T, Tder >.
Definition at line 119 of file constltp_ann.h.
References ANN_FEEDBACK_UPDATE, and AnnElasticConstitutiveLaw< T, Tder >::Update().

| 
 | inlineprotected | 
Definition at line 48 of file constltp_ann.h.
References ANN_init(), AnnElasticConstitutiveLaw< T, Tder >::dim, AnnElasticConstitutiveLaw< T, Tder >::fname, MBDYN_EXCEPT_ARGS, and AnnElasticConstitutiveLaw< T, Tder >::net.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AnnElasticConstitutiveLaw(), and AnnElasticConstitutiveLaw< doublereal, doublereal >::AnnElasticConstitutiveLaw().

| 
 | inlineprotectedvirtual | 
Reimplemented in AnnViscoElasticConstitutiveLaw< T, Tder >.
Definition at line 67 of file constltp_ann.h.
References NO_OP.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AnnElasticConstitutiveLaw(), and AnnElasticConstitutiveLaw< doublereal, doublereal >::AnnElasticConstitutiveLaw().
| 
 | inlinevirtual | 
Implements ConstitutiveLaw< T, Tder >.
Reimplemented in AnnViscoElasticConstitutiveLaw< T, Tder >.
Definition at line 114 of file constltp_ann.h.
References ConstLawType::ELASTIC.
| 
 | inlinevirtual | 
Implements ConstitutiveLaw< T, Tder >.
Reimplemented in AnnViscoElasticConstitutiveLaw< T, Tder >.
Definition at line 124 of file constltp_ann.h.
References AnnElasticConstitutiveLaw< T, Tder >::fname, and SAFENEWWITHCONSTRUCTOR.
| 
 | inlinevirtual | 
Reimplemented from ConstitutiveLaw< T, Tder >.
Definition at line 132 of file constltp_ann.h.
References AnnElasticConstitutiveLaw< T, Tder >::fname.
| 
 | inlineprotectedvirtual | 
Reimplemented in AnnViscoElasticConstitutiveLaw< T, Tder >.
Definition at line 73 of file constltp_ann.h.
References ANN_jacobian_matrix(), ANN_sim(), c, AnnElasticConstitutiveLaw< T, Tder >::dim, ConstitutiveLaw< T, Tder >::F, ConstitutiveLaw< T, Tder >::FDE, ANN::input, ANN::jacobian, matrix::mat, MBDYN_EXCEPT_ARGS, AnnElasticConstitutiveLaw< T, Tder >::net, ANN::output, and vector::vec.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AfterConvergence(), AnnElasticConstitutiveLaw< doublereal, doublereal >::AfterConvergence(), AnnElasticConstitutiveLaw< T, Tder >::Update(), and AnnElasticConstitutiveLaw< doublereal, doublereal >::Update().

| 
 | inlinevirtual | 
Implements ConstitutiveLaw< T, Tder >.
Definition at line 136 of file constltp_ann.h.
References ANN_FEEDBACK_NONE, and AnnElasticConstitutiveLaw< T, Tder >::Update().

| 
 | protected | 
Definition at line 43 of file constltp_ann.h.
Referenced by AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), and AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update().
| 
 | protected | 
Definition at line 44 of file constltp_ann.h.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AnnInit(), and AnnElasticConstitutiveLaw< T, Tder >::Update().
| 
 | protected | 
Definition at line 46 of file constltp_ann.h.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AnnInit(), AnnElasticConstitutiveLaw< doublereal, doublereal >::AnnInit(), AnnElasticConstitutiveLaw< T, Tder >::pCopy(), AnnElasticConstitutiveLaw< doublereal, doublereal >::pCopy(), AnnElasticConstitutiveLaw< T, Tder >::Restart(), and AnnElasticConstitutiveLaw< doublereal, doublereal >::Restart().
| 
 | protected | 
Definition at line 45 of file constltp_ann.h.
Referenced by AnnElasticConstitutiveLaw< T, Tder >::AnnInit(), AnnElasticConstitutiveLaw< doublereal, doublereal >::AnnInit(), AnnElasticConstitutiveLaw< T, Tder >::Update(), AnnElasticConstitutiveLaw< doublereal, doublereal >::Update(), AnnViscoElasticConstitutiveLaw< T, Tder >::Update(), AnnViscoElasticConstitutiveLaw< doublereal, doublereal >::Update(), AnnElasticConstitutiveLaw< T, Tder >::~AnnElasticConstitutiveLaw(), and AnnElasticConstitutiveLaw< doublereal, doublereal >::~AnnElasticConstitutiveLaw().