A functor that evaluates to a component of the global coordinates. More...
#include <CoordsGridFunction.hpp>
Classes | |
struct | Creator |
struct | Derivative |
Public Types | |
using | Self = CoordsCompFunction |
Public Member Functions | |
CoordsCompFunction (int comp) | |
Constructor. Stores the component comp of the coordinates. | |
template<class T , int N> | |
T const & | operator() (Dune::FieldVector< T, N > const &x) const |
Friends | |
int | order (CoordsCompFunction, int) |
Derivative | derivativeOf (Self const &f, tag::gradient) |
A functor that evaluates to a component of the global coordinates.