Intrepid
|
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) |
Implementation file for the abstract base class Intrepid::Basis.
Definition in file Intrepid_BasisDef.hpp.
void getValues_HCURL_Args | ( | ArrayScalar & | outputValues, |
const ArrayScalar & | inputPoints, | ||
const EOperator | operatorType, | ||
const shards::CellTopology & | cellTopo, | ||
const int | basisCard | ||
) |
Definition at line 256 of file Intrepid_BasisDef.hpp.
void getValues_HDIV_Args | ( | ArrayScalar & | outputValues, |
const ArrayScalar & | inputPoints, | ||
const EOperator | operatorType, | ||
const shards::CellTopology & | cellTopo, | ||
const int | basisCard | ||
) |
Definition at line 340 of file Intrepid_BasisDef.hpp.
void getValues_HGRAD_Args | ( | ArrayScalar & | outputValues, |
const ArrayScalar & | inputPoints, | ||
const EOperator | operatorType, | ||
const shards::CellTopology & | cellTopo, | ||
const int | basisCard | ||
) |
Definition at line 136 of file Intrepid_BasisDef.hpp.