SingleModelEllipticRhsKernel< Model > Struct Template ReferenceΒΆ

adc_cpp: pops::detail::SingleModelEllipticRhsKernel< Model > Struct Template 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::SingleModelEllipticRhsKernel< Model > Struct Template Reference

NAMED functor (not an POPS_HD lambda) of the single-model RHS: f(i,j,0) = model.elliptic_rhs(U). More...

#include <elliptic_rhs.hpp>

+ Collaboration diagram for pops::detail::SingleModelEllipticRhsKernel< Model >:

Public Member Functions

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

Public Attributes

Model m
 
ConstArray4 s
 
Array4 f
 

Detailed Description

template<class Model>
struct pops::detail::SingleModelEllipticRhsKernel< Model >

NAMED functor (not an POPS_HD lambda) of the single-model RHS: f(i,j,0) = model.elliptic_rhs(U).

Member Function Documentation

◆ operator()()

template<class Model >
POPS_HD void pops::detail::SingleModelEllipticRhsKernel< Model >::operator() ( int  i,
int  j 
) const
inline

Member Data Documentation

◆ f

template<class Model >
Array4 pops::detail::SingleModelEllipticRhsKernel< Model >::f

◆ m

template<class Model >
Model pops::detail::SingleModelEllipticRhsKernel< Model >::m

◆ s

template<class Model >
ConstArray4 pops::detail::SingleModelEllipticRhsKernel< Model >::s

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