Home
last modified time | relevance | path

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

/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DMultipleIsotropicMisesFlowsDSL.cxx186 ostringstream otheta; in writeBehaviourParserSpecificMembers() local
187 otheta << "mu_3_theta" << n; in writeBehaviourParserSpecificMembers()
188 os << "stress " + otheta.str() + " = 3*(real("; in writeBehaviourParserSpecificMembers()
221 ostringstream otheta; in writeBehaviourParserSpecificMembers() local
223 otheta << "mu_3_theta" << n << "*("; in writeBehaviourParserSpecificMembers()
224 os << otheta.str(); in writeBehaviourParserSpecificMembers()
538 ostringstream otheta; in treatFlowRule() local
548 otheta << "mu_3_theta" << this->flows.size(); in treatFlowRule()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DMultipleIsotropicMisesFlowsDSL.cxx112 ostringstream otheta; in writeBehaviourParserSpecificMembers() local
113 otheta << "mu_3_theta" << n; in writeBehaviourParserSpecificMembers()
114 os << "stress "+otheta.str()+" = 3*(real("; in writeBehaviourParserSpecificMembers()
146 ostringstream otheta; in writeBehaviourParserSpecificMembers() local
148 otheta << "mu_3_theta" << n << "*("; in writeBehaviourParserSpecificMembers()
149 os << otheta.str(); in writeBehaviourParserSpecificMembers()
427 ostringstream otheta; in treatFlowRule() local
436 otheta << "mu_3_theta" << this->flows.size(); in treatFlowRule()
/dports/biology/fluctuate/fluctuate1.4/
H A Dfluc_modellike.h22 double fluc_lliketree(long tr, long chain, double theta, double otheta,
H A Dfluc_modellike.c249 double fluc_lliketree(long tr, long chain, double theta, double otheta, in fluc_lliketree() argument
267 tempdenom = fluc_interval_llike(otheta,linv_otheta,ogrowth,starttyme, in fluc_lliketree()