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

Definition at line 1267 of file constltp_impl.cc.

Member Function Documentation

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

Reimplemented from LinearBiStopCLR< T, Tder >.

Definition at line 1269 of file constltp_impl.cc.

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

1269  {
1270  CLType = ConstLawType::ELASTIC;
1271  return LinearBiStopCLR<T, Tder>::Read(pDM, HP, CLType);
1272  };
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: