ComponentUser
- Change signature of the potential functions (
double(const double, const double, const double)
instead ofvoid(const double, const double, const double, double&)
). - Add the possibility to set functions for evaluating field and potential using string expressions (JIT compiled using
TInterpreter
). - Add the possibility to define multiple weighting fields/potentials.