Jacobian.h file
Jacobian operator specialization for P0g (global constant) vector functions.
For a globally constant vector field u in P0g, all spatial derivatives vanish: J(u) = 0.
This holds on cells and on faces/boundary (trace choice irrelevant since it is zero).
Namespaces
- namespace Rodin
- The Rodin library for finite element methods and shape optimization.
- namespace Rodin::FormLanguage
- Namespace Rodin::
FormLanguage. - namespace Rodin::Variational
- Namespace Rodin::
Variational.
Classes
-
template<class Range, class Data, class Mesh>struct Rodin::FormLanguage::Traits<Variational::Jacobian<Variational::GridFunction<Variational::P0g<Range, Mesh>, Data>>>
- Type traits for
Jacobianover a grid function: exposes the finite element space and the operand type. -
template<class NestedDerived, class Range, class Mesh, Variational::struct Rodin::FormLanguage::Traits<Variational::Jacobian<Variational::ShapeFunction<NestedDerived, Variational::P0g<Range, Mesh>, Space>>>
ShapeFunctionSpaceType Space> - Type traits for
Jacobianover a shape function: exposes the finite element space, the shape function space and the operand type. -
template<class Data, class Mesh, class Scalar>class Rodin::Variational::Jacobian<GridFunction<P0g<Math::SpatialVector<Scalar>, Mesh>, Data>>
- Jacobian of a P0g vector GridFunction (identically zero).
-
template<class ShapeFunctionDerived, class Scalar, class Mesh, ShapeFunctionSpaceType Space>class Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, P0g<Math::SpatialVector<Scalar>, Mesh>, Space>>
- Jacobian of a P0g vector ShapeFunction (identically zero).