Aboria

PrevUpHomeNext

Function template evaluate_nonlinear

Aboria::evaluate_nonlinear

Synopsis

// In header: </home/travis/build/martinjrobins/Aboria/src/Evaluate.h>


template<typename VariableType, typename Functor, typename ExprRHS, 
         typename LabelType> 
  void evaluate_nonlinear(ExprRHS const & expr, LabelType & label);

Description

Evaluates a non-linear operator expr over a set of particles given by label label and stores the result, using the functor Functor, in variable with type VariableType


PrevUpHomeNext