48#ifndef __INTREPID2_ORIENTATIONTOOLS_HPP__
49#define __INTREPID2_ORIENTATIONTOOLS_HPP__
51#include "Intrepid2_ConfigDefs.hpp"
55#include "Shards_CellTopology.hpp"
56#include "Shards_BasicTopologies.hpp"
104#include "Teuchos_LAPACK.hpp"
128 template<
typename ValueType>
133 const ordinal_type
ort);
143 template<
typename ValueType>
150 const ordinal_type
ort);
160 template<
typename ValueType>
167 const ordinal_type
ort);
182 const shards::CellTopology
cellTopo,
183 const ordinal_type
cellOrt = 0);
199 const ordinal_type
cellOrt = 0);
207 template<
typename JacobianViewType>
217 template<
typename JacobianViewType>
227 template<
typename JacobianViewType>
239 template<
typename JacobianViewType>
243 const shards::CellTopology
cellTopo,
252 template<
typename JacobianViewType>
267 template<
typename TanViewType,
typename ParamViewType>
273 const ordinal_type
ort);
286 template<
typename TanNormViewType,
typename ParamViewType>
292 const ordinal_type
ort);
304 template<
typename coordsViewType,
typename subcellCoordsViewType,
typename ParamViewType>
311 const ordinal_type
ort);
328 template<
typename OutputViewType,
349 template<
typename OutputViewType,
371 template<
typename OutputViewType,
391 template<
typename OutputViewType,
405 template<
typename DeviceType>
420 template<
typename BasisHostType>
427 template<
typename BasisHostType>
430 BasisHostType
const *cellBasis);
434 template<
typename BasisHostType>
437 BasisHostType
const *cellBasis);
441 template<
typename BasisHostType>
444 BasisHostType
const *cellBasis);
448 template<
typename BasisHostType>
451 BasisHostType
const *cellBasis);
458 template<
typename BasisType>
473 template<
typename elemOrtValueType,
class ...elemOrtProperties,
474 typename elemNodeValueType,
class ...elemNodeProperties>
477 getOrientation(Kokkos::DynRankView<elemOrtValueType,elemOrtProperties...> elemOrts,
478 const Kokkos::DynRankView<elemNodeValueType,elemNodeProperties...> elemNodes,
479 const shards::CellTopology cellTopo,
480 bool isSide =
false);
489 template<
typename outputValueType,
class ...outputProperties,
490 typename inputValueType,
class ...inputProperties,
491 typename OrientationViewType,
496 const Kokkos::DynRankView<inputValueType, inputProperties...> input,
497 const OrientationViewType orts,
498 const BasisType * basis);
509#include "Intrepid2_OrientationToolsDefCoeffMatrix_HCURL.hpp"
Header file for the abstract base class Intrepid2::Basis.
Header file for the Intrepid2::Basis_HCURL_HEX_I1_FEM class.
Header file for the Intrepid2::Basis_HCURL_HEX_In_FEM class.
Header file for the Intrepid2::Basis_HCURL_QUAD_I1_FEM class.
Header file for the Intrepid2::Basis_HCURL_QUAD_In_FEM class.
Header file for the Intrepid2::Basis_HCURL_TET_I1_FEM class.
Header file for the Intrepid2::Basis_HCURL_TET_In_FEM class.
Header file for the Intrepid2::Basis_HCURL_TRI_I1_FEM class.
Header file for the Intrepid2::Basis_HCURL_TRI_In_FEM class.
Header file for the Intrepid2::Basis_HCURL_WEDGE_I1_FEM class.
Header file for the Intrepid2::Basis_HDIV_HEX_I1_FEM class.
Header file for the Intrepid2::Basis_HDIV_HEX_In_FEM class.
Header file for the Intrepid2::Basis_HDIV_QUAD_I1_FEM class.
Header file for the Intrepid2::Basis_HDIV_QUAD_In_FEM class.
Header file for the Intrepid2::Basis_HDIV_TET_I1_FEM class.
Header file for the Intrepid2::Basis_HDIV_TET_In_FEM class.
Header file for the Intrepid2::Basis_HDIV_TRI_I1_FEM class.
Header file for the Intrepid2::Basis_HDIV_TRI_In_FEM class.
Header file for the Intrepid2::Basis_HDIV_WEDGE_I1_FEM class.
Header file for the Intrepid2::Basis_HGRAD_HEX_Cn_FEM class.
Header file for the Intrepid2::Basis_HGRAD_LINE_Cn_FEM class.
Header file for the Intrepid2::Basis_HGRAD_QUAD_Cn_FEM class.
Header file for the Intrepid2::Basis_HGRAD_TET_Cn_FEM class.
Header file for the Intrepid2::Basis_HGRAD_TRI_Cn_FEM class.
Header file for the Intrepid2::Basis_HVOL_LINE_Cn_FEM class.
Header file for the Intrepid2::Basis_HVOL_TRI_Cn_FEM class.
Stateless classes that act as factories for two families of hierarchical bases. HierarchicalBasisFami...
Stateless class that acts as a factory for a family of nodal bases (hypercube topologies only at this...
Contains definitions of custom data types in Intrepid2.
Header function for Intrepid2::Util class and other utility functions.