Home
last modified time | relevance | path

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

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dconstltp_impl.cc62 typedef std::map<std::string, ConstitutiveLawRead<Vec6, Mat6x6> *, ltstrcase> CL6DFuncMapType; typedef
66 static CL6DFuncMapType CL6DFuncMap;
113 return CL6DFuncMap.insert(CL6DFuncMapType::value_type(name, rf)).second; in SetCL6D()
188 CL6DFuncMapType::iterator func = CL6DFuncMap.find(std::string(s)); in ReadCL6D()
1571 for (CL6DFuncMapType::iterator i = CL6DFuncMap.begin(); i != CL6DFuncMap.end(); ++i) { in DestroyCL()