Intrepid
Classes | Enumerations | Functions
Intrepid_Polylib.hpp File Reference

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)
 

Detailed Description

Header file for a set of functions providing orthogonal polynomial polynomial calculus and interpolation.

Author
Created by Spencer Sherwin, Aeronautics, Imperial College London, modified and redistributed by D. Ridzal.

Definition in file Intrepid_Polylib.hpp.

Enumeration Type Documentation

◆ EIntrepidPLPoly

enum Intrepid::EIntrepidPLPoly

Definition at line 197 of file Intrepid_Polylib.hpp.

Function Documentation

◆ operator++() [1/2]

EIntrepidPLPoly & Intrepid::operator++ ( EIntrepidPLPoly & type)
inline

Definition at line 205 of file Intrepid_Polylib.hpp.

◆ operator++() [2/2]

EIntrepidPLPoly Intrepid::operator++ ( EIntrepidPLPoly & type,
int  )
inline

Definition at line 209 of file Intrepid_Polylib.hpp.