include/pops/core/model/coupled_system.hpp Source FileΒΆ
|
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
|
coupled_system.hpp
Go to the documentation of this file.
70// device path then went through advance_amr directly). A NAMED FUNCTOR works around this (same recipe
Minimal concept for coupled systems: n_blocks and for_each_block with a named functor.
Definition coupled_system.hpp:84
Minimal concept for equation blocks: Model, Spatial, Time, name, state, U().
Definition equation_block.hpp:68
EquationBlock: association (model, field U, spatial scheme, time policy, BC).
Definition amr_hierarchy.hpp:29
Heterogeneous collection of equation blocks, parameterized by their exact types.
Definition coupled_system.hpp:37
NAMED no-op probe for the CoupledSystemLike concept. A generic lambda in the.
Definition coupled_system.hpp:72
void operator()(B &) const
Definition coupled_system.hpp:74
Generated by