User Defined Function, formula taken from user input. More...
#include <udf.h>

Public Member Functions | |
| CustomFunction (const Settings *settings, const std::string &name, const Tplate::Ptr tp, const std::vector< std::string > &vars) | |
| void | more_precomputations () |
| void | calculate_value_in_range (std::vector< realt > const &xx, std::vector< realt > &yy, int first, int last) const |
| calculate value at x[i] and _add_ the result to y[i] (for each i) | |
| void | calculate_value_deriv_in_range (std::vector< realt > const &xx, std::vector< realt > &yy, std::vector< realt > &dy_da, bool in_dx, int first, int last) const |
| wrapper around array version | |
| void | set_var_idx (std::vector< Variable * > const &variables) |
| std::string | get_bytecode () const |
User Defined Function, formula taken from user input.
Definition at line 50 of file udf.h.