Compadre  1.5.7
Public Member Functions | Public Attributes | List of all members
Compadre::ComputeCoarseTangentPlane Struct Reference

Functor to create a coarse tangent approximation from a given neighborhood of points. More...

Detailed Description

Functor to create a coarse tangent approximation from a given neighborhood of points.

Definition at line 473 of file Compadre_Functors.hpp.

#include <Compadre_Functors.hpp>

Public Member Functions

 ComputeCoarseTangentPlane (GMLSBasisData data)
 
KOKKOS_INLINE_FUNCTION void operator() (const member_type &teamMember) const
 

Public Attributes

GMLSBasisData _data
 
pool_type _random_number_pool
 

Constructor & Destructor Documentation

◆ ComputeCoarseTangentPlane()

Compadre::ComputeCoarseTangentPlane::ComputeCoarseTangentPlane ( GMLSBasisData  data)
inline

Definition at line 480 of file Compadre_Functors.hpp.

Member Function Documentation

◆ operator()()

KOKKOS_INLINE_FUNCTION void Compadre::ComputeCoarseTangentPlane::operator() ( const member_type teamMember) const
inline

Definition at line 486 of file Compadre_Functors.hpp.

Member Data Documentation

◆ _data

GMLSBasisData Compadre::ComputeCoarseTangentPlane::_data

Definition at line 475 of file Compadre_Functors.hpp.

◆ _random_number_pool

pool_type Compadre::ComputeCoarseTangentPlane::_random_number_pool

Definition at line 478 of file Compadre_Functors.hpp.


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