Home
last modified time | relevance | path

Searched refs:LinearElasticGenericCLR (Results 1 – 1 of 1) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dconstltp_impl.cc320 struct LinearElasticGenericCLR : public ConstitutiveLawRead<T, Tder> { struct
1411 SetCL1D("linear" "elastic" "generic", new LinearElasticGenericCLR<doublereal, doublereal>); in InitCL()
1412 SetCL3D("linear" "elastic" "generic", new LinearElasticGenericCLR<Vec3, Mat3x3>); in InitCL()
1413 SetCL6D("linear" "elastic" "generic", new LinearElasticGenericCLR<Vec6, Mat6x6>); in InitCL()