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
}
 Enumeration of coordinate frames (reference/ambient) for geometrical entities (cells, points).
 

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.