Cantera  3.0.0
Loading...
Searching...
No Matches
Func1.cpp File Reference
Include dependency graph for Func1.cpp:

Go to the source code of this file.

Namespaces

namespace  Cantera
 Namespace for the Cantera kernel.
 

Functions

Func1newSumFunction (Func1 &f1, Func1 &f2)
 
shared_ptr< Func1newSumFunction (shared_ptr< Func1 > f1, shared_ptr< Func1 > f2)
 Sum of two functions.
 
Func1newDiffFunction (Func1 &f1, Func1 &f2)
 
shared_ptr< Func1newDiffFunction (shared_ptr< Func1 > f1, shared_ptr< Func1 > f2)
 Difference of two functions.
 
Func1newProdFunction (Func1 &f1, Func1 &f2)
 
shared_ptr< Func1newProdFunction (shared_ptr< Func1 > f1, shared_ptr< Func1 > f2)
 Product of two functions.
 
Func1newRatioFunction (Func1 &f1, Func1 &f2)
 
shared_ptr< Func1newRatioFunction (shared_ptr< Func1 > f1, shared_ptr< Func1 > f2)
 Ratio of two functions.
 
Func1newCompositeFunction (Func1 &f1, Func1 &f2)
 
shared_ptr< Func1newCompositeFunction (shared_ptr< Func1 > f1, shared_ptr< Func1 > f2)
 Composite of two functions.
 
Func1newTimesConstFunction (Func1 &f, double c)
 
shared_ptr< Func1newTimesConstFunction (shared_ptr< Func1 > f1, double c)
 Product of function and constant.
 
Func1newPlusConstFunction (Func1 &f, double c)
 
shared_ptr< Func1newPlusConstFunction (shared_ptr< Func1 > f1, double c)
 Sum of function and constant.