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.

Function Documentation

◆ getValues_HCURL_Args()

template<class Scalar , class ArrayScalar >
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.

◆ getValues_HDIV_Args()

template<class Scalar , class ArrayScalar >
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.

◆ getValues_HGRAD_Args()

template<class Scalar , class ArrayScalar >
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.