InterpolateKernel Struct ReferenceΒΆ

adc_cpp: pops::detail::InterpolateKernel Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::detail::InterpolateKernel Struct Reference

Piecewise-CONSTANT injection: F(i, j, c) receives the value of its covering coarse cell. More...

#include <refinement.hpp>

+ Collaboration diagram for pops::detail::InterpolateKernel:

Public Member Functions

POPS_HD void operator() (int i, int j) const
 

Public Attributes

Array4 F
 
ConstArray4 C
 
int r
 
int c
 

Detailed Description

Piecewise-CONSTANT injection: F(i, j, c) receives the value of its covering coarse cell.

Member Function Documentation

◆ operator()()

POPS_HD void pops::detail::InterpolateKernel::operator() ( int  i,
int  j 
) const
inline
+ Here is the call graph for this function:

Member Data Documentation

◆ C

ConstArray4 pops::detail::InterpolateKernel::C

◆ c

int pops::detail::InterpolateKernel::c

◆ F

Array4 pops::detail::InterpolateKernel::F

◆ r

int pops::detail::InterpolateKernel::r

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