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

Hermite-3 element namespace. More...

Classes

struct  DofTraits
 Hermite-3 Dof-Traits class template. More...
 
struct  DofTraits< Shape::Hypercube< shape_dim_ >, 0 >
 
struct  DofTraits< Shape::Hypercube< shape_dim_ >, shape_dim_ >
 
struct  DofTraits< Shape::Simplex< shape_dim_ >, 0 >
 
struct  DofTraits< Shape::Simplex< shape_dim_ >, shape_dim_ >
 
class  Element
 Hermite-3 element class template. More...
 
class  Evaluator
 Hermite-3 Element Evaluator class template declaration. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 1 > >
 Hermite-3 Element Evaluator implementation for Hypercube<1> shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 2 > >
 Hermite-3 Element Evaluator implementation for Hypercube<2> shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Simplex< 2 > >
 Hermite-3 Element Evaluator implementation for Simplex<2> shape. More...
 
class  NodeFunctional
 
class  NodeFunctional< Space_, Shape::Hypercube< 1 >, 0, DataType_ >
 
class  NodeFunctional< Space_, Shape::Hypercube< 2 >, 0, DataType_ >
 
class  NodeFunctional< Space_, Shape::Simplex< 2 >, 0, DataType_ >
 
class  NodeFunctional< Space_, Shape::Simplex< 2 >, 2, DataType_ >
 

Variables

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

Detailed Description

Hermite-3 element namespace.

This namespace encapsulates all classes related to the implementation of the "almost H2-conforming" Hermite-3 Finite Element spaces.

Variable Documentation

◆ ref_caps

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

Hermite-3 Element Evaluator reference capabilities.

Author
Peter Zajac

Definition at line 22 of file evaluator.hpp.