Home
last modified time | relevance | path

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

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dconstltp_impl.cc1267 struct LinearElasticBiStopCLR : public LinearBiStopCLR<T, Tder> { struct
1508 SetCL1D("linear" "elastic" "bistop", new LinearElasticBiStopCLR<doublereal, doublereal>); in InitCL()
1509 SetCL3D("linear" "elastic" "bistop", new LinearElasticBiStopCLR<Vec3, Mat3x3>); in InitCL()
1510 SetCL6D("linear" "elastic" "bistop", new LinearElasticBiStopCLR<Vec6, Mat6x6>); in InitCL()