Home
last modified time | relevance | path

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

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dctfunc.cpp94 } else if (type == PlusConstantFuncType) { in func_new()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/numerics/
H A DFunc1.h30 const int PlusConstantFuncType = 80; variable
654 return PlusConstantFuncType; in ID()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/numerics/
H A DFunc1.cpp668 if (f.ID() == PlusConstantFuncType) { in newPlusConstFunction()