Flow123d
JS_before_hm-1822-gbb48b12e9
|
class FuncExplicit. More...
#include <interpolant.hh>
Public Member Functions | |
FuncExplicit () | |
Constructor. More... | |
template<class TType > | |
FuncExplicit (IFunctorBase< TType > &func_impl, IFixVariable::Type fix, double fix_val) | |
Type | operator() (Type u) |
Private Attributes | |
IFunctorBase< Type > * | func_impl |
IFixVariable::Type | fix_ |
double | fix_val |
class FuncExplicit.
This functor transforms implicit functor with two variables into an explicit functor with only one variable and the other one fixed.
Definition at line 522 of file interpolant.hh.
|
inline |
Constructor.
Definition at line 396 of file interpolant_impl.hh.
|
inline |
Definition at line 400 of file interpolant_impl.hh.
|
inline |
Definition at line 403 of file interpolant_impl.hh.
|
private |
Definition at line 417 of file interpolant_impl.hh.
|
private |
Definition at line 418 of file interpolant_impl.hh.
|
private |
Definition at line 416 of file interpolant_impl.hh.