HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Manicore::Compute_pullback< l, d1, d2 > Struct Template Reference

#include <exterior.hpp>

Static Public Member Functions

template<typename Derived >
static Eigen::Matrix< double, Dimension::ExtDim(l, d1), Dimension::ExtDim(l, d2)> compute (Eigen::MatrixBase< Derived > const &A)
 

Detailed Description

template<size_t l, size_t d1, size_t d2>
struct Manicore::Compute_pullback< l, d1, d2 >

Generic pullback computation The matrix A go from the space 1 to the space 2 Specialized for some case, try to avoid the generic definition

Member Function Documentation

◆ compute()

template<size_t l, size_t d1, size_t d2>
template<typename Derived >
static Eigen::Matrix< double, Dimension::ExtDim(l, d1), Dimension::ExtDim(l, d2)> Manicore::Compute_pullback< l, d1, d2 >::compute ( Eigen::MatrixBase< Derived > const &  A)
inlinestatic

The documentation for this struct was generated from the following file: