Intrepid2
Classes | Static Public Attributes | List of all members
Intrepid2::Polylib Class Reference

Providing orthogonal polynomial calculus and interpolation, created by Spencer Sherwin, Aeronautics, Imperial College London, modified and redistributed by D. Ridzal. More...

#include <Intrepid2_Polylib.hpp>

Classes

struct  Serial
 

Static Public Attributes

static constexpr ordinal_type MaxPolylibIteration = 50
 
static constexpr ordinal_type MaxPolylibOrder
 
static constexpr ordinal_type MaxPolylibPoint = MaxPolylibOrder/2+2
 

Detailed Description

Providing orthogonal polynomial calculus and interpolation, created by Spencer Sherwin, Aeronautics, Imperial College London, modified and redistributed by D. Ridzal.

See original Polylib documentation.

Definition at line 204 of file Intrepid2_Polylib.hpp.

Member Data Documentation

◆ MaxPolylibOrder

constexpr ordinal_type Intrepid2::Polylib::MaxPolylibOrder
staticconstexpr

The documentation for this class was generated from the following file:
Intrepid2::Parameters::MaxCubatureDegreeEdge
static constexpr ordinal_type MaxCubatureDegreeEdge
The maximum degree of the polynomial that can be integrated exactly by a direct edge rule.
Definition: Intrepid2_Types.hpp:127
Intrepid2::Parameters::MaxOrder
static constexpr ordinal_type MaxOrder
The maximum reconstruction order.
Definition: Intrepid2_Types.hpp:123