LifeV
|
Base structure for a reference finite element. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/ReferenceElement.hpp>
#include <lifev/core/fem/DOFLocalPattern.hpp>
Go to the source code of this file.
Data Structures | |
class | ReferenceFE |
The class for a reference Lagrangian finite element. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Enumerations | |
enum | FE_TYPE { FE_P0_0D = 1, FE_P0_1D, FE_P1_1D, FE_P2_1D, FE_P0_2D, FE_P1_2D, FE_P1bubble_2D, FE_P2_2D, FE_Q0_2D, FE_Q1_2D, FE_Q2_2D, FE_RT0_TRIA_2D, FE_RT0_HYB_TRIA_2D, FE_P0_3D, FE_P1_3D, FE_P1bubble_3D, FE_P2_3D, FE_P2tilde_3D, FE_Q0_3D, FE_Q1_3D, FE_Q2_3D, FE_RT0_HEXA_3D, FE_RT0_TETRA_3D, FE_RT0_HYB_HEXA_3D, FE_RT1_HYB_HEXA_3D, FE_RT0_HYB_TETRA_3D } |