| 
    Intrepid2
    
   | 
 
Define constants. More...
#include <Intrepid2_Types.hpp>
Static Public Attributes | |
| static constexpr ordinal_type | MaxNumPtsPerBasisEval = 1 | 
| The maximum number of points to eval in serial mode.  | |
| static constexpr ordinal_type | MaxOrder = 8 | 
| The maximum reconstruction order.  | |
| static constexpr ordinal_type | MaxIntegrationPoints = 1001 | 
| The maximum number of integration points for direct cubature rules.  | |
| static constexpr ordinal_type | MaxCubatureDegreeEdge = 20 | 
| The maximum degree of the polynomial that can be integrated exactly by a direct edge rule.  | |
| static constexpr ordinal_type | MaxCubatureDegreeTri = 20 | 
| The maximum degree of the polynomial that can be integrated exactly by a direct triangle rule.  | |
| static constexpr ordinal_type | MaxCubatureDegreeTet = 20 | 
| The maximum degree of the polynomial that can be integrated exactly by a direct tetrahedron rule.  | |
| static constexpr ordinal_type | MaxCubatureDegreePyr = 11 | 
| The maximum degree of the polynomial that can be integrated exactly by a direct pyramid rule.  | |
| static constexpr ordinal_type | MaxDimension = 3 | 
| The maximum ambient space dimension.  | |
| static constexpr ordinal_type | MaxNewton = 15 | 
| Maximum number of Newton iterations used internally in methods such as computing the action of the inverse reference to physical cell map.  | |
| static constexpr ordinal_type | MaxDerivative = 10 | 
| Maximum order of derivatives allowed in intrepid.  | |
Define constants.
Definition at line 112 of file Intrepid2_Types.hpp.
 1.8.5