AMDiS  0.1
The Adaptive Multi-Dimensional Simulation Toolbox
CoordsCompFunction Struct Reference

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)
 

Detailed Description

A functor that evaluates to a component of the global coordinates.


The documentation for this struct was generated from the following file: