HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Public Types | Public Member Functions | Static Public Attributes | List of all members
HArDCore2D::RotorBasis< BasisType > Class Template Reference

Basis (or rather family) of scalar rotor of an existing basis. More...

#include <basis.hpp>

Public Types

typedef double FunctionValue
 
typedef VectorRd GradientValue
 
typedef VectorRd CurlValue
 
typedef void DivergenceValue
 
typedef void RotorValue
 
typedef void HessianValue
 
typedef BasisType::GeometricSupport GeometricSupport
 
typedef BasisType AncestorType
 

Public Member Functions

 RotorBasis (const BasisType &basis)
 Constructor. More...
 
size_t dimension () const
 Compute the dimension of the basis. More...
 
FunctionValue function (size_t i, const VectorRd &x) const
 Evaluate the i-th basis function at point x. More...
 
constexpr const BasisType & ancestor () const
 Return the ancestor (basis that the gradient was taken of) More...
 

Static Public Attributes

constexpr static const TensorRankE tensorRank = Scalar
 
constexpr static const bool hasAncestor = true
 
static const bool hasFunction = true
 
static const bool hasGradient = false
 
static const bool hasCurl = false
 
static const bool hasDivergence = false
 
static const bool hasRotor = false
 
static const bool hasHessian = false
 

Detailed Description

template<typename BasisType>
class HArDCore2D::RotorBasis< BasisType >

Basis (or rather family) of scalar rotor of an existing basis.

This will be a real basis of the range of rotor (which is just P^k) if the ancestor basis is taken as a basis of R^{c,k+1}


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