Grad Template Specializations module

Template specializations of the Grad class.

Classes

template<class FES, class Data, class Derived>
class Rodin::Variational::GradBase<GridFunction<FES, Data>, Derived>
Gradient operator for grid functions.
template<size_t K, class Scalar, class Mesh, class Data>
class Rodin::Variational::Grad<GridFunction<H1<K, Scalar, Mesh>, Data>>
Gradient of a GridFunction on H1<K> space.
template<size_t K, class NestedDerived, class Scalar, class Mesh, ShapeFunctionSpaceType SpaceType>
class Rodin::Variational::Grad<ShapeFunction<NestedDerived, H1<K, Scalar, Mesh>, SpaceType>>
Gradient of a ShapeFunction on H1<K> space.
template<class Range, class Data, class Mesh>
class Rodin::Variational::Grad<GridFunction<P0<Range, Mesh>, Data>>
Gradient of a P0 GridFunction.
template<class NestedDerived, class Scalar, class Mesh, ShapeFunctionSpaceType SpaceType>
class Rodin::Variational::Grad<ShapeFunction<NestedDerived, P0<Scalar, Mesh>, SpaceType>>
Gradient of a P0 ShapeFunction.
template<class NestedDerived, class Scalar, class Mesh, ShapeFunctionSpaceType SpaceType>
class Rodin::Variational::Grad<ShapeFunction<NestedDerived, P1<Scalar, Mesh>, SpaceType>>
Gradient of a ShapeFunction.