|
IFEM
90A354
|
Various enums for assembly scope. More...

Go to the source code of this file.
Namespaces | |
| ASM | |
| Assembly scope. | |
Enumerations | |
| enum | ASM::Discretization { SuperElm =-2 , Triangle =-1 , Lagrange = 0 , Spectral = 1 , Spline = 2 , SplineC1 = 3 , LRSpline = 4 } |
| Enum defining the available discretization methods. | |
| enum | ASM::FinalNormOp { NONE = 0 , ABS = 1 , SQRT = 2 } |
| Operations to be applied after summing norm element contributions. | |
| enum | ASM::CachePolicy { ASM::NO_CACHE , ASM::PRE_CACHE , ASM::ON_THE_FLY , ASM::FULL_CACHE } |
| Enum defining available basis function cache policies. More... | |
| enum | ASM::BasisType { ASM::GEOMETRY_BASIS = 0 , ASM::PROJECTION_BASIS = -1 , ASM::PROJECTION_BASIS_2 = -2 , ASM::REFINEMENT_BASIS = -3 , ASM::INTEGRATION_BASIS = -4 } |
| Enumeration of different basis types. More... | |
| enum | ASM::ResultClass { ANY = 0 , PRIMARY = 1 , SECONDARY = 2 , PROJECTED = 3 , ANALYTIC = 4 } |
| Enum for cathegorization of result quantities. | |
Variables | |
| CachePolicy | ASM::cachePolicy = ASM::PRE_CACHE |
| Chosen basis function cache policy. | |
Various enums for assembly scope.