HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Public Types | Public Member Functions | Static Public Attributes | List of all members
HArDCore3D::GolyComplBasisCell Class Reference

Basis for the complement G^{c,k}(T) in P^k(T)^3 of the range of grad. More...

#include <basis.hpp>

Public Types

typedef VectorRd FunctionValue
 
typedef Eigen::Matrix< double, dimspace, dimspaceGradientValue
 
typedef VectorRd CurlValue
 
typedef double DivergenceValue
 
typedef Eigen::Matrix< double, dimspace, dimspace *dimspaceHessianValue
 
typedef Cell GeometricSupport
 

Public Member Functions

 GolyComplBasisCell (const Cell &T, size_t degree)
 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...
 
CurlValue curl (size_t i, const VectorRd &x) const
 Evaluate the curl of the i-th basis function at point x. More...
 
size_t max_degree () const
 Returns the maximum degree of the basis functions. More...
 
VectorZd powers (size_t i) const
 Returns the powers of the i-th basis function (not including the vector part) More...
 
size_t dimPkmo () const
 Returns the dimension of P^{k-1}(R^3) More...
 

Static Public Attributes

constexpr static const TensorRankE tensorRank = Vector
 
constexpr static const bool hasAncestor = false
 
static const bool hasFunction = true
 
static const bool hasGradient = false
 
static const bool hasCurl = true
 
static const bool hasDivergence = false
 
static const bool hasHessian = false
 
static const bool hasCurlCurl = false
 

Detailed Description

Basis for the complement G^{c,k}(T) in P^k(T)^3 of the range of grad.


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