PoissonResidualKernel 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::PoissonResidualKernel Struct Reference
#include <poisson_operator.hpp>
Collaboration diagram for pops::detail::PoissonResidualKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| ConstArray4 | p |
| ConstArray4 | ff |
| Array4 | r |
| Real | idx2 |
| Real | idy2 |
| Real | idx |
| Real | idy |
| bool | hm |
| ConstArray4 | mk |
| bool | hc |
| ConstArray4 | cf |
| bool | he |
| ConstArray4 | ep |
| ConstArray4 | ey |
| bool | hk |
| ConstArray4 | ka |
| bool | hxy |
| bool | hyx |
| ConstArray4 | axy |
| ConstArray4 | ayx |
Member Function Documentation
◆ operator()()
|
inline |
Here is the call graph for this function:Member Data Documentation
◆ axy
| ConstArray4 pops::detail::PoissonResidualKernel::axy |
◆ ayx
| ConstArray4 pops::detail::PoissonResidualKernel::ayx |
◆ cf
| ConstArray4 pops::detail::PoissonResidualKernel::cf |
◆ ep
| ConstArray4 pops::detail::PoissonResidualKernel::ep |
◆ ey
| ConstArray4 pops::detail::PoissonResidualKernel::ey |
◆ ff
| ConstArray4 pops::detail::PoissonResidualKernel::ff |
◆ hc
| bool pops::detail::PoissonResidualKernel::hc |
◆ he
| bool pops::detail::PoissonResidualKernel::he |
◆ hk
| bool pops::detail::PoissonResidualKernel::hk |
◆ hm
| bool pops::detail::PoissonResidualKernel::hm |
◆ hxy
| bool pops::detail::PoissonResidualKernel::hxy |
◆ hyx
| bool pops::detail::PoissonResidualKernel::hyx |
◆ idx
| Real pops::detail::PoissonResidualKernel::idx |
◆ idx2
| Real pops::detail::PoissonResidualKernel::idx2 |
◆ idy
| Real pops::detail::PoissonResidualKernel::idy |
◆ idy2
| Real pops::detail::PoissonResidualKernel::idy2 |
◆ ka
| ConstArray4 pops::detail::PoissonResidualKernel::ka |
◆ mk
| ConstArray4 pops::detail::PoissonResidualKernel::mk |
◆ p
| ConstArray4 pops::detail::PoissonResidualKernel::p |
◆ r
| Array4 pops::detail::PoissonResidualKernel::r |
The documentation for this struct was generated from the following file:
- include/pops/numerics/elliptic/poisson/poisson_operator.hpp
Generated by