include/pops/coupling/source/coupled_source.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_source.hpp
Go to the documentation of this file.
Field distributed over a level: decomposition (BoxArray) + distribution (DistributionMapping) + ncomp...
Definition multifab.hpp:33
Coupled multi-species system, composed at runtime from generic bricks.
Definition system.hpp:89
Concept: C is a valid coupling source for System if System is a CoupledSystem and if C exposes apply(...
Definition coupled_source.hpp:24
Minimal concept for coupled systems: n_blocks and for_each_block with a named functor.
Definition coupled_system.hpp:84
CoupledSystem: heterogeneous collection of equation blocks (multi-species, multi-scheme).
MultiFab: a field DISTRIBUTED over a level (equivalent of AMReX's MultiFab).
Definition amr_hierarchy.hpp:29
NULL coupling source (default): apply() is a no-op.
Definition coupled_source.hpp:32
void apply(System &, const MultiFab &, Real) const
Definition coupled_source.hpp:34
Base scalar types and the POPS_HD macro (host+device portability).
Generated by