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 Shape and Topology Optimization.
- namespace Rodin::FormLanguage
- Module for writing high level abstract expressions.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing variational problems.
Classes
-
template<class Data, class Mesh, class Scalar>class Rodin::Variational::Jacobian<GridFunction<P0g<Math::Vector<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::Vector<Scalar>, Mesh>, Space>>
- Jacobian of a P0g vector ShapeFunction (identically zero).