CopyBzKernel Struct ReferenceΒΆ

adc_cpp: pops::detail::CopyBzKernel 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::CopyBzKernel Struct Reference

Copies the B_z field (aux channel) into an internal scalar MultiFab (0 ghost is enough, read at (i,j)). More...

#include <schur_source_kernels.hpp>

+ Collaboration diagram for pops::detail::CopyBzKernel:

Public Member Functions

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

Public Attributes

ConstArray4 bz_src
 
Array4 bz_dst
 
int c_bz
 

Detailed Description

Copies the B_z field (aux channel) into an internal scalar MultiFab (0 ghost is enough, read at (i,j)).

NAMED device-clean functor.

Member Function Documentation

◆ operator()()

POPS_HD void pops::detail::CopyBzKernel::operator() ( int  i,
int  j 
) const
inline

Member Data Documentation

◆ bz_dst

Array4 pops::detail::CopyBzKernel::bz_dst

◆ bz_src

ConstArray4 pops::detail::CopyBzKernel::bz_src

◆ c_bz

int pops::detail::CopyBzKernel::c_bz

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