|
Intrepid2
|
Public Types | |
| using | ScalarType = typename ScalarTraits< typename InputViewType::value_type >::scalar_type |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | checkPointInclusionFunctor (OutputViewType output, const InputViewType input, const ScalarType threshold) |
| KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type i) const |
| KOKKOS_INLINE_FUNCTION void | operator() (const ordinal_type i, const ordinal_type j) const |
Public Attributes | |
| OutputViewType | output_ |
| InputViewType | input_ |
| ScalarType | threshold_ |
Definition at line 105 of file Intrepid2_CellToolsDefInclusion.hpp.
| using Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::ScalarType = typename ScalarTraits<typename InputViewType::value_type>::scalar_type |
Definition at line 108 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 112 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 121 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 129 of file Intrepid2_CellToolsDefInclusion.hpp.
| InputViewType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::input_ |
Definition at line 107 of file Intrepid2_CellToolsDefInclusion.hpp.
| OutputViewType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::output_ |
Definition at line 106 of file Intrepid2_CellToolsDefInclusion.hpp.
| ScalarType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::threshold_ |
Definition at line 109 of file Intrepid2_CellToolsDefInclusion.hpp.