Jacobian.h file
Jacobian operator specialization for H1 vector functions.
This file provides specialized implementations of the Jacobian matrix operator for H1 vector-valued GridFunctions and ShapeFunctions.
For a vector function , the Jacobian is the matrix:
For H1<K> elements, the Jacobian is polynomial of degree K-1 on each element.
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<size_t K, class Range, class Data, class Mesh>class Rodin::Variational::Jacobian<GridFunction<H1<K, Range, Mesh>, Data>>
- Jacobian of an H1 vector GridFunction.
-
template<size_t K, class ShapeFunctionDerived, class Range, class Mesh, ShapeFunctionSpaceType Space>class Rodin::Variational::Jacobian<ShapeFunction<ShapeFunctionDerived, H1<K, Range, Mesh>, Space>>
- Jacobian of an H1 ShapeFunction object.