LincombKernel 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::LincombKernel Struct Reference
#include <mf_arith.hpp>
Collaboration diagram for pops::detail::LincombKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j) const |
Public Attributes | |
| Array4 | Z |
| ConstArray4 | X |
| ConstArray4 | Y |
| Real | a |
| Real | b |
| int | c |
Member Function Documentation
◆ operator()()
|
inline |
Member Data Documentation
◆ a
| Real pops::detail::LincombKernel::a |
◆ b
| Real pops::detail::LincombKernel::b |
◆ c
| int pops::detail::LincombKernel::c |
◆ X
| ConstArray4 pops::detail::LincombKernel::X |
◆ Y
| ConstArray4 pops::detail::LincombKernel::Y |
◆ Z
| Array4 pops::detail::LincombKernel::Z |
The documentation for this struct was generated from the following file:
- include/pops/mesh/storage/mf_arith.hpp
Generated by