include/pops/coupling/base/coupling_policy.hpp Source FileΒΆ

adc_cpp: include/pops/coupling/base/coupling_policy.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
coupling_policy.hpp
Go to the documentation of this file.
1
11
12#pragma once
13
14namespace pops {
15
20
21} // namespace pops
Definition amr_hierarchy.hpp:29
Tag: solves the elliptic problem ONCE per step (aux frozen during the stages, cheaper).
Definition coupling_policy.hpp:19
Tag: solves the elliptic problem at EVERY RK stage (aux follows the intermediate state,...
Definition coupling_policy.hpp:17