MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
LinearViscoElasticBiStopCLR< T, Tder > Struct Template Reference
Inheritance diagram for LinearViscoElasticBiStopCLR< T, Tder >:
Collaboration diagram for LinearViscoElasticBiStopCLR< T, Tder >:

Public Member Functions

virtual ConstitutiveLaw< T,
Tder > * 
Read (const DataManager *pDM, MBDynParser &HP, ConstLawType::Type &CLType)
 
- Public Member Functions inherited from ConstitutiveLawRead< T, Tder >
virtual ~ConstitutiveLawRead (void)
 

Detailed Description

template<class T, class Tder>
struct LinearViscoElasticBiStopCLR< T, Tder >

Definition at line 1276 of file constltp_impl.cc.

Member Function Documentation

template<class T , class Tder >
virtual ConstitutiveLaw<T, Tder>* LinearViscoElasticBiStopCLR< T, Tder >::Read ( const DataManager pDM,
MBDynParser HP,
ConstLawType::Type CLType 
)
inlinevirtual

Reimplemented from LinearBiStopCLR< T, Tder >.

Definition at line 1278 of file constltp_impl.cc.

References LinearBiStopCLR< T, Tder >::Read(), and ConstLawType::VISCOELASTIC.

1278  {
1279  CLType = ConstLawType::VISCOELASTIC;
1280  return LinearBiStopCLR<T, Tder>::Read(pDM, HP, CLType);
1281  };
virtual ConstitutiveLaw< T, Tder > * Read(const DataManager *pDM, MBDynParser &HP, ConstLawType::Type &CLType)

Here is the call graph for this function:


The documentation for this struct was generated from the following file: