GEOS
Classes | Namespaces | Typedefs
BB_Tetrahedron.hpp File Reference
#include "FiniteElementBase.hpp"
#include <utility>

Go to the source code of this file.

Classes

class  geos::finiteElement::BB_Tetrahedron< ORDER >
 

Namespaces

 geos
 

Typedefs

using geos::finiteElement::BB1_Tetrahedron = BB_Tetrahedron< 1 >
 
using geos::finiteElement::BB2_Tetrahedron = BB_Tetrahedron< 2 >
 
using geos::finiteElement::BB3_Tetrahedron = BB_Tetrahedron< 3 >
 

Typedef Documentation

◆ BB1_Tetrahedron

using geos::finiteElement::BB1_Tetrahedron = typedef BB_Tetrahedron< 1 >

Tetrahedron element with Bernstein-Bézier basis functions of order 1.

Definition at line 1348 of file BB_Tetrahedron.hpp.

◆ BB2_Tetrahedron

using geos::finiteElement::BB2_Tetrahedron = typedef BB_Tetrahedron< 2 >

Tetrahedron element with Bernstein-Bézier basis functions of order 2.

Definition at line 1352 of file BB_Tetrahedron.hpp.

◆ BB3_Tetrahedron

using geos::finiteElement::BB3_Tetrahedron = typedef BB_Tetrahedron< 3 >

Tetrahedron element with Bernstein-Bézier basis functions of order 3.

Definition at line 1356 of file BB_Tetrahedron.hpp.