Intrepid2
Static Public Member Functions | List of all members
Intrepid2::PointInclusion< CellTopologyKey > Class Template Reference

This [deprecated] class implements a check function that determines whether a given point is inside or outside the reference cell for a specific topology. The class has a template argument for the key of the shards topology. More...

#include <Intrepid2_CellData.hpp>

Static Public Member Functions

template<typename PointViewType , typename ScalarType >
static KOKKOS_INLINE_FUNCTION bool check (const PointViewType &point, const ScalarType threshold)
 

Detailed Description

template<unsigned CellTopologyKey>
class Intrepid2::PointInclusion< CellTopologyKey >

This [deprecated] class implements a check function that determines whether a given point is inside or outside the reference cell for a specific topology. The class has a template argument for the key of the shards topology.

Definition at line 350 of file Intrepid2_CellData.hpp.

Member Function Documentation

◆ check()

template<unsigned CellTopologyKey>
template<typename PointViewType , typename ScalarType >
static KOKKOS_INLINE_FUNCTION bool Intrepid2::PointInclusion< CellTopologyKey >::check ( const PointViewType &  point,
const ScalarType  threshold 
)
inlinestatic

Definition at line 355 of file Intrepid2_CellData.hpp.


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