Intrepid2
Public Member Functions | Private Types | List of all members
Intrepid2::Basis_Derived_HCURL_Family1_Family2_HEX< HGRAD_LINE, HVOL_LINE > Class Template Reference
Inheritance diagram for Intrepid2::Basis_Derived_HCURL_Family1_Family2_HEX< HGRAD_LINE, HVOL_LINE >:
Intrepid2::Basis_DirectSumBasis< HGRAD_LINE::BasisBase >

Public Member Functions

 Basis_Derived_HCURL_Family1_Family2_HEX (int polyOrder_x, int polyOrder_y, int polyOrder_z, const EPointType pointType)
 Constructor. More...
 
- Public Member Functions inherited from Intrepid2::Basis_DirectSumBasis< HGRAD_LINE::BasisBase >
 Basis_DirectSumBasis (BasisPtr basis1, BasisPtr basis2)
 Constructor. More...
 
virtual BasisValues
< OutputValueType, DeviceType > 
allocateBasisValues (TensorPoints< PointValueType, DeviceType > points, const EOperator operatorType=OPERATOR_VALUE) const override
 Allocate BasisValues container suitable for passing to the getValues() variant that takes a TensorPoints container as argument. More...
 
virtual void getDofCoords (ScalarViewType dofCoords) const override
 Fills in spatial locations (coordinates) of degrees of freedom (nodes) on the reference cell. More...
 
virtual void getDofCoeffs (ScalarViewType dofCoeffs) const override
 Fills in coefficients of degrees of freedom for Lagrangian basis on the reference cell. More...
 
virtual const char * getName () const override
 Returns basis name. More...
 
virtual void getValues (BasisValues< OutputValueType, DeviceType > outputValues, const TensorPoints< PointValueType, DeviceType > inputPoints, const EOperator operatorType=OPERATOR_VALUE) const override
 Evaluation of a FEM basis on a reference cell, using point and output value containers that allow preservation of tensor-product structure. More...
 
virtual void getValues (OutputViewType outputValues, const PointViewType inputPoints, const EOperator operatorType=OPERATOR_VALUE) const override
 Evaluation of a FEM basis on a reference cell. More...
 
virtual int getNumTensorialExtrusions () const override
 

Private Types

using Family1 = Basis_Derived_HCURL_Family1_HEX< HGRAD_LINE, HVOL_LINE >
 
using Family2 = Basis_Derived_HCURL_Family2_HEX< HGRAD_LINE, HVOL_LINE >
 
using DirectSumBasis = Basis_DirectSumBasis< typename HGRAD_LINE::BasisBase >
 

Additional Inherited Members

- Public Types inherited from Intrepid2::Basis_DirectSumBasis< HGRAD_LINE::BasisBase >
using BasisBase = HGRAD_LINE::BasisBase
 
using BasisPtr = Teuchos::RCP< BasisBase >
 
using DeviceType = typename BasisBase::DeviceType
 
using ExecutionSpace = typename BasisBase::ExecutionSpace
 
using OutputValueType = typename BasisBase::OutputValueType
 
using PointValueType = typename BasisBase::PointValueType
 
using OrdinalTypeArray1DHost = typename BasisBase::OrdinalTypeArray1DHost
 
using OrdinalTypeArray2DHost = typename BasisBase::OrdinalTypeArray2DHost
 
using OutputViewType = typename BasisBase::OutputViewType
 
using PointViewType = typename BasisBase::PointViewType
 
using ScalarViewType = typename BasisBase::ScalarViewType
 
- Protected Attributes inherited from Intrepid2::Basis_DirectSumBasis< HGRAD_LINE::BasisBase >
BasisPtr basis1_
 
BasisPtr basis2_
 
std::string name_
 

Detailed Description

template<class HGRAD_LINE, class HVOL_LINE>
class Intrepid2::Basis_Derived_HCURL_Family1_Family2_HEX< HGRAD_LINE, HVOL_LINE >

Definition at line 540 of file Intrepid2_DerivedBasis_HCURL_HEX.hpp.

Constructor & Destructor Documentation

template<class HGRAD_LINE , class HVOL_LINE >
Intrepid2::Basis_Derived_HCURL_Family1_Family2_HEX< HGRAD_LINE, HVOL_LINE >::Basis_Derived_HCURL_Family1_Family2_HEX ( int  polyOrder_x,
int  polyOrder_y,
int  polyOrder_z,
const EPointType  pointType 
)
inline

Constructor.

Parameters
[in]polyOrder_x- the polynomial order in the x dimension.
[in]polyOrder_y- the polynomial order in the y dimension.
[in]polyOrder_z- the polynomial order in the z dimension.
[in]pointType- type of lattice used for creating the DoF coordinates.

Definition at line 553 of file Intrepid2_DerivedBasis_HCURL_HEX.hpp.


The documentation for this class was generated from the following file: