Intrepid
Functions
Intrepid_BasisDef.hpp File Reference

Implementation file for the abstract base class Intrepid::Basis. More...

Go to the source code of this file.

Functions

template<class Scalar , class ArrayScalar >
void getValues_HGRAD_Args (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType, const shards::CellTopology &cellTopo, const int basisCard)
 
template<class Scalar , class ArrayScalar >
void getValues_HCURL_Args (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType, const shards::CellTopology &cellTopo, const int basisCard)
 
template<class Scalar , class ArrayScalar >
void getValues_HDIV_Args (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType, const shards::CellTopology &cellTopo, const int basisCard)
 

Detailed Description

Implementation file for the abstract base class Intrepid::Basis.

Author
Created by P. Bochev and D. Ridzal.

Definition in file Intrepid_BasisDef.hpp.