DivergenceKernel 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::DivergenceKernel Struct Reference
#include <poisson_operator.hpp>
Collaboration diagram for pops::detail::DivergenceKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| ConstArray4 | fx |
| ConstArray4 | fy |
| Array4 | div |
| Real | half_idx |
| Real | half_idy |
| int | cx |
| int | cy |
Member Function Documentation
◆ operator()()
|
inline |
Member Data Documentation
◆ cx
| int pops::detail::DivergenceKernel::cx |
◆ cy
| int pops::detail::DivergenceKernel::cy |
◆ div
| Array4 pops::detail::DivergenceKernel::div |
◆ fx
| ConstArray4 pops::detail::DivergenceKernel::fx |
◆ fy
| ConstArray4 pops::detail::DivergenceKernel::fy |
◆ half_idx
| Real pops::detail::DivergenceKernel::half_idx |
◆ half_idy
| Real pops::detail::DivergenceKernel::half_idy |
The documentation for this struct was generated from the following file:
- include/pops/numerics/elliptic/poisson/poisson_operator.hpp
Generated by