#pragma once /** * \defgroup operations Functor module * \brief Collection of functor that can be used in Expression and * in \ref FunctorGridFunction. * * Functors wrapping arithmetic and other mathematical operations * with definition of polynomial order (if applicable) and partial * derivatives w.r.t. the functor arguments. **/ #include #include #include #include #include #include