|
typedef ScalarViewType::value_type | value_type |
|
|
| computeDofCoordsAndCoeffs (CoordsViewType dofCoords, CoeffsViewType dofCoeffs, const ortViewType orts, const t2oViewType tagToOrdinal, const subcellParamViewType edgeParam, const subcellParamViewType faceParam, const intViewType edgesInternalDofOrdinals, const intViewType facesInternalDofOrdinals, const ScalarViewType edgesInternalDofCoords, const ScalarViewType edgeDofCoeffs, const ScalarViewType facesInternalDofCoords, const ScalarViewType faceDofCoeffs, const ordinal_type cellDim, const ordinal_type numEdges, const ordinal_type numFaces, const intViewType edgeTopoKey, const intViewType numEdgesInternalDofs, const intViewType faceTopoKey, const intViewType numFacesInternalDofs, const bool isBasisHCURL, const bool isBasisHDIV) |
|
KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type cell) const |
|
|
CoordsViewType | dofCoords_ |
|
CoeffsViewType | dofCoeffs_ |
|
const ortViewType | orts_ |
|
const t2oViewType | tagToOrdinal_ |
|
const subcellParamViewType | edgeParam_ |
|
const subcellParamViewType | faceParam_ |
|
const intViewType | edgesInternalDofOrdinals_ |
|
const intViewType | facesInternalDofOrdinals_ |
|
const ScalarViewType | edgesInternalDofCoords_ |
|
const ScalarViewType | edgeDofCoeffs_ |
|
const ScalarViewType | facesInternalDofCoords_ |
|
const ScalarViewType | faceDofCoeffs_ |
|
ScalarViewType | edgeWorkView_ |
|
ScalarViewType | faceWorkView_ |
|
const ordinal_type | cellDim_ |
|
const ordinal_type | numEdges_ |
|
const ordinal_type | numFaces_ |
|
const intViewType | edgeTopoKey_ |
|
const intViewType | numEdgesInternalDofs_ |
|
const intViewType | faceTopoKey_ |
|
const intViewType | numFacesInternalDofs_ |
|
const bool | isBasisHCURL_ |
|
const bool | isBasisHDIV_ |
|
template<typename CoordsViewType, typename CoeffsViewType, typename ortViewType, typename t2oViewType, typename subcellParamViewType, typename intViewType, typename ScalarViewType>
struct Intrepid2::Experimental::computeDofCoordsAndCoeffs< CoordsViewType, CoeffsViewType, ortViewType, t2oViewType, subcellParamViewType, intViewType, ScalarViewType >
Definition at line 68 of file Intrepid2_LagrangianInterpolationDef.hpp.
The documentation for this struct was generated from the following file: