|
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 94 of file Intrepid2_CellToolsDefInclusion.hpp.
| using Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::ScalarType = typename ScalarTraits<typename InputViewType::value_type>::scalar_type |
Definition at line 97 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 101 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 110 of file Intrepid2_CellToolsDefInclusion.hpp.
|
inline |
Definition at line 118 of file Intrepid2_CellToolsDefInclusion.hpp.
| InputViewType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::input_ |
Definition at line 96 of file Intrepid2_CellToolsDefInclusion.hpp.
| OutputViewType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::output_ |
Definition at line 95 of file Intrepid2_CellToolsDefInclusion.hpp.
| ScalarType Intrepid2::checkPointInclusionFunctor< cellTopologyKey, OutputViewType, InputViewType >::threshold_ |
Definition at line 98 of file Intrepid2_CellToolsDefInclusion.hpp.