An abstract base class that defines interface for bases that are tensor products of simpler bases.
More...
|
| Array< Array< RCP< Basis< Scalar, ArrayScalar > > > > & | getBases () |
| |
| virtual | ~TensorBasis () |
| | Destructor. More...
|
| |
| virtual | ~Basis () |
| | Destructor. More...
|
| |
| virtual void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const =0 |
| | Evaluation of a FEM basis on a reference cell. More...
|
| |
| virtual void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const ArrayScalar &cellVertices, const EOperator operatorType=OPERATOR_VALUE) const =0 |
| | Evaluation of an FVD basis evaluation on a physical cell.
More...
|
| |
| virtual int | getCardinality () const |
| | Returns cardinality of the basis. More...
|
| |
| virtual int | getDegree () const |
| | Returns the degree of the basis. More...
|
| |
| virtual const shards::CellTopology | getBaseCellTopology () const |
| | Returns the base cell topology for which the basis is defined. See Shards documentation http://trilinos.sandia.gov/packages/shards for definition of base cell topology. More...
|
| |
| virtual EBasis | getBasisType () const |
| | Returns the basis type. More...
|
| |
| virtual ECoordinates | getCoordinateSystem () const |
| | Returns the type of coordinate system for which the basis is defined. More...
|
| |
| virtual int | getDofOrdinal (const int subcDim, const int subcOrd, const int subcDofOrd) |
| | DoF tag to ordinal lookup. More...
|
| |
| virtual const std::vector< std::vector< std::vector< int > > > & | getDofOrdinalData () |
| | DoF tag to ordinal data structure. More...
|
| |
| virtual const std::vector< int > & | getDofTag (const int dofOrd) |
| | DoF ordinal to DoF tag lookup. More...
|
| |
| virtual const std::vector< std::vector< int > > & | getAllDofTags () |
| | Retrieves all DoF tags. More...
|
| |
template<class Scalar, class ArrayScalar>
class Intrepid::TensorBasis< Scalar, ArrayScalar >
An abstract base class that defines interface for bases that are tensor products of simpler bases.
Definition at line 67 of file Intrepid_TensorBasis.hpp.