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

Lagrange-3 Element namespace. More...

Classes

struct  DofTraits
 Lagrange-3 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::Simplex< shape_dim_ >, 2 >
 
struct  DofTraits< Shape_, 0 >
 
class  Element
 Standard Lagrange-3 Finite-Element space class template. More...
 
class  Evaluator
 Lagrange-3 Element Evaluator class template declaration. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 1 > >
 Lagrange-3 Element evaluator implementation for 1D Hypercube shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 2 > >
 Lagrange-3 Element evaluator implementation for Quadrilateral shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Hypercube< 3 > >
 Lagrange-3 Element evaluator implementation for Hexahedron shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Simplex< 2 > >
 Lagrange-3 Element evaluator implementation for Triangle shape. More...
 
class  Evaluator< Space_, TrafoEvaluator_, SpaceEvalTraits_, Shape::Simplex< 3 > >
 Lagrange-3 Element evaluator implementation for Tetrahedron shape. More...
 
class  NodeFunctional
 
class  NodeFunctional< Space_, Shape::Hypercube< shape_dim_ >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Simplex< 1 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Simplex< 2 >, DataType_ >
 
class  NodeFunctional< Space_, Shape::Vertex, DataType_ >
 

Variables

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

Detailed Description

Lagrange-3 Element namespace.

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

Variable Documentation

◆ ref_caps

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

Lagrange-3 Element Evaluator reference capabilities.

Author
Peter Zajac

Definition at line 23 of file evaluator.hpp.

◆ ref_caps_3d

constexpr SpaceTags FEAT::Space::Lagrange3::ref_caps_3d = SpaceTags::ref_value | SpaceTags::ref_grad
staticconstexpr

Definition at line 25 of file evaluator.hpp.