FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Space::Bernstein2 Namespace Reference

Bernstein-2 Element namespace. More...

Namespaces

namespace  Intern
 Bernstein-2 Basisfunctions.
 

Classes

struct  DofTraits
 Bernstein-2 Dof-Traits class template. More...
 
struct  DofTraits< Shape::Hypercube< shape_dim_ >, 0 >
 
struct  DofTraits< Shape::Hypercube< shape_dim_ >, face_dim_ >
 
struct  DofTraits< Shape::Simplex< shape_dim_ >, 1 >
 
struct  DofTraits< Shape_, 0 >
 
class  Element
 Standard Bernstein-2 Finite-Element space class template. More...
 
class  Evaluator
 Bernstein-2 Element Evaluator class template declaration. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 1 > >
 Bernstein-2 Element evaluator implementation for 1D Hypercube shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 2 > >
 Bernstein-2 Element evaluator implementation for Quadrilateral shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 3 > >
 Bernstein-1 Element evaluator implementation for Hexahedron shape. More...
 
class  NodeFunctional
 
class  NodeFunctional< Space_, Shape::Hypercube< 1 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Hypercube< 2 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Hypercube< 3 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Vertex, DataType_ >
 

Variables

static constexpr SpaceTags ref_caps = SpaceTags::ref_value | SpaceTags::ref_grad | SpaceTags::ref_hess
 Bernstein-2 Element Evaluator reference capabilities. More...
 

Detailed Description

Bernstein-2 Element namespace.

This namespace encapsulates all classes related to the implementation of the Bernstein Basis spanned by the Bernstein polynomials of second degree on [-1,1]

Variable Documentation

◆ ref_caps

constexpr SpaceTags FEAT::Space::Bernstein2::ref_caps = SpaceTags::ref_value | SpaceTags::ref_grad | SpaceTags::ref_hess
staticconstexpr

Bernstein-2 Element Evaluator reference capabilities.

Author
Peter Zajac

Definition at line 24 of file evaluator.hpp.