CoupledFreqKernel 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::CoupledFreqKernel Struct Reference
#include <coupled_source_program.hpp>
Collaboration diagram for pops::CoupledFreqKernel:Public Member Functions | |
| POPS_HD void | operator() (int i, int j, Real &acc) const |
Public Attributes | |
| Array4 | in [kCsMaxReg] |
| int | in_comp [kCsMaxReg] |
| int | n_in = 0 |
| Real | consts [kCsMaxReg] |
| int | n_const = 0 |
| CsProgram | prog |
Member Function Documentation
◆ operator()()
Here is the call graph for this function:Member Data Documentation
◆ consts
◆ in
◆ in_comp
| int pops::CoupledFreqKernel::in_comp[kCsMaxReg] |
◆ n_const
| int pops::CoupledFreqKernel::n_const = 0 |
◆ n_in
| int pops::CoupledFreqKernel::n_in = 0 |
◆ prog
| CsProgram pops::CoupledFreqKernel::prog |
The documentation for this struct was generated from the following file:
- include/pops/coupling/source/coupled_source_program.hpp
Generated by