Home
last modified time | relevance | path

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

/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DStandardElastoViscoPlasticityBrick.hxx62 static const char* const fixedPointConverged; member
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DStandardElastoViscoPlasticityBrick.cxx77 const char* const StandardElastoViscoPlasticityBrick::fixedPointConverged = member in mfront::StandardElastoViscoPlasticityBrick
844 acc.code = "auto " + std::string(fixedPointConverged) + " = true;\n"; in endTreatment()
940 os << std::string(fixedPointConverged) << " = (" in endTreatment()
941 << std::string(fixedPointConverged) << ") && " in endTreatment()
944 os << "if(" + std::string(fixedPointConverged) + "){\n"; in endTreatment()