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

Lagrange-2 Element namespace. More...

Classes

struct  DofTraits
 Lagrange-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 Lagrange-2 Finite-Element space class template. More...
 
struct  EvalHelper
 
struct  EvalHelper< PointType_, DataType_, Shape::Hypercube< 1 > >
 
struct  EvalHelper< PointType_, DataType_, Shape::Hypercube< 2 > >
 
struct  EvalHelper< PointType_, DataType_, Shape::Hypercube< 3 > >
 
struct  EvalHelper< PointType_, DataType_, Shape::Simplex< 2 > >
 
struct  EvalHelper< PointType_, DataType_, Shape::Simplex< 3 > >
 
class  Evaluator
 Lagrange-2 Element Evaluator class template declaration. More...
 
class  NodeFunctional
 
class  NodeFunctional< Space_, Shape::Hypercube< shape_dim_ >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Simplex< 1 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Vertex, DataType_ >
 

Variables

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

Detailed Description

Lagrange-2 Element namespace.

This namespace encapsulates all classes related to the implementation of the standard third-order H1-conforming Finite Element spaces widely known as P2 and Q2, resp.

Variable Documentation

◆ ref_caps

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

Lagrange-2 Element Evaluator reference capabilities.

Author
Peter Zajac

Definition at line 24 of file evaluator.hpp.