Home
last modified time | relevance | path

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

/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DBehaviourDescription.cxx1445 (this->oacIsDefined) && (this->getOrthotropicAxesConvention() ==
2435 tfel::raise_if(this->oacIsDefined,
2455 this->oacIsDefined = true;
2464 if (!this->oacIsDefined) {
2465 this->oacIsDefined = true;
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DBehaviourDescription.cxx1844 (this->oacIsDefined) && (this->getOrthotropicAxesConvention() == in setModellingHypotheses()
2904 tfel::raise_if(this->oacIsDefined, in setOrthotropicAxesConvention()
2924 this->oacIsDefined = true; in setOrthotropicAxesConvention()
2933 if (!this->oacIsDefined) { in getOrthotropicAxesConvention()
2934 this->oacIsDefined = true; in getOrthotropicAxesConvention()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DBehaviourDescription.hxx1675 mutable bool oacIsDefined = false;
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DBehaviourDescription.hxx1814 mutable bool oacIsDefined = false; member