Intrepid
|
Header file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation. More...
#include "Intrepid_ConfigDefs.hpp"
#include "Intrepid_Types.hpp"
#include "Teuchos_Assert.hpp"
#include <Intrepid_PolylibDef.hpp>
Go to the source code of this file.
Classes | |
class | Intrepid::IntrepidPolylib |
Providing orthogonal polynomial calculus and interpolation, created by Spencer Sherwin, Aeronautics, Imperial College London, modified and redistributed by D. Ridzal. More... | |
Enumerations | |
enum | EIntrepidPLPoly { PL_GAUSS =0 , PL_GAUSS_RADAU_LEFT , PL_GAUSS_RADAU_RIGHT , PL_GAUSS_LOBATTO , PL_MAX } |
Functions | |
EIntrepidPLPoly & | Intrepid::operator++ (EIntrepidPLPoly &type) |
EIntrepidPLPoly | Intrepid::operator++ (EIntrepidPLPoly &type, int) |
Header file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation.
Definition in file Intrepid_Polylib.hpp.
enum Intrepid::EIntrepidPLPoly |
Definition at line 197 of file Intrepid_Polylib.hpp.
|
inline |
Definition at line 205 of file Intrepid_Polylib.hpp.
|
inline |
Definition at line 209 of file Intrepid_Polylib.hpp.