Compadre
1.5.9
|
Definition at line 140 of file Compadre_Operators.hpp.
#include <Compadre_Operators.hpp>
Public Member Functions | |
KOKKOS_INLINE_FUNCTION constexpr | SamplingFunctional (const int input_rank_, const int output_rank_, const bool use_target_site_weights_, const bool nontrivial_nullspace_, const int transform_type_, const int id_) |
KOKKOS_INLINE_FUNCTION constexpr bool | operator== (const SamplingFunctional sf) const |
KOKKOS_INLINE_FUNCTION constexpr bool | operator!= (const SamplingFunctional sf) const |
Public Attributes | |
size_t | id |
for uniqueness More... | |
int | input_rank |
Rank of sampling functional input for each SamplingFunctional. More... | |
int | output_rank |
Rank of sampling functional output for each SamplingFunctional. More... | |
bool | use_target_site_weights |
Whether or not the SamplingTensor acts on the target site as well as the neighbors. More... | |
bool | nontrivial_nullspace |
Whether the SamplingFunctional + ReconstructionSpace results in a nontrivial nullspace. More... | |
int | transform_type |
Describes the SamplingFunction relationship to targets, neighbors. More... | |
|
inline |
Definition at line 157 of file Compadre_Operators.hpp.
|
inline |
Definition at line 170 of file Compadre_Operators.hpp.
|
inline |
Definition at line 165 of file Compadre_Operators.hpp.
size_t Compadre::SamplingFunctional::id |
for uniqueness
Definition at line 142 of file Compadre_Operators.hpp.
int Compadre::SamplingFunctional::input_rank |
Rank of sampling functional input for each SamplingFunctional.
Definition at line 144 of file Compadre_Operators.hpp.
bool Compadre::SamplingFunctional::nontrivial_nullspace |
Whether the SamplingFunctional + ReconstructionSpace results in a nontrivial nullspace.
Definition at line 151 of file Compadre_Operators.hpp.
int Compadre::SamplingFunctional::output_rank |
Rank of sampling functional output for each SamplingFunctional.
Definition at line 146 of file Compadre_Operators.hpp.
int Compadre::SamplingFunctional::transform_type |
Describes the SamplingFunction relationship to targets, neighbors.
Definition at line 153 of file Compadre_Operators.hpp.
bool Compadre::SamplingFunctional::use_target_site_weights |
Whether or not the SamplingTensor acts on the target site as well as the neighbors.
This makes sense only in staggered schemes, when each target site is also a source site
Definition at line 149 of file Compadre_Operators.hpp.