Jacobian.h file
Jacobian operator specialization for P1 vector functions.
This file provides specialized implementations of the Jacobian matrix operator for P1 vector-valued GridFunctions and ShapeFunctions.
For a vector function , the Jacobian is the matrix:
For P1 elements, the Jacobian is piecewise constant on each element since P1 basis function gradients are constant per element.
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::P1<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::P1<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<P1<Math::SpatialVector<Scalar>, Mesh>, Data>>
- Jacobian of a P1 vector GridFunction.
-
template<class ShapeFunctionDerived, class Range, class Mesh, ShapeFunctionSpaceType Space>class Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, P1<Range, Mesh>, Space>>
- Jacobian of an P1 ShapeFunction object.
- struct Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, P1<Range, Mesh>, Space>>::Cache
- Per-cell tabulation cache.
- struct Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, P1<Range, Mesh>, Space>>::Cache::CellKey
- Key identifying the cell a tabulation was computed for.
- struct Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, P1<Range, Mesh>, Space>>::Cache::QpKey
- Key identifying the quadrature point a tabulation was computed for.