First order differentials of the parametrizations.
More...
#include <definitions.hpp>
|
| virtual Eigen::Matrix< double, d1, d2 > | DI (Eigen::Vector< double, d2 > const &) const =0 |
| | Differential of the parametrization. More...
|
| |
| virtual Eigen::Matrix< double, d2, d1 > | DJ (Eigen::Vector< double, d1 > const &) const =0 |
| | Differential of the inverse mapping. More...
|
| |
| virtual | ~ParametrizedDerivedMap ()=default |
| |
|
| std::vector< double > | _extra |
| | Optional parameters that may be used within the class. More...
|
| |
template<size_t d1, size_t d2>
struct Manicore::ParametrizedDerivedMap< d1, d2 >
First order differentials of the parametrizations.
- Template Parameters
-
| d1 | Dimension of the manifold |
| d2 | Dimension of the cell |
◆ ~ParametrizedDerivedMap()
template<size_t d1, size_t d2>
◆ DI()
template<size_t d1, size_t d2>
Differential of the parametrization.
From the (tangent space of) the reference element to the (tangent space of) the chart
◆ DJ()
template<size_t d1, size_t d2>
Differential of the inverse mapping.
From the (tangent space of) the reference element to the (tangent space of) the chart
◆ _extra
template<size_t d1, size_t d2>
Optional parameters that may be used within the class.
The documentation for this struct was generated from the following file: