AmrDiscLF< L, F > Struct Template ReferenceΒΆ

adc_cpp: pops::AmrDiscLF< L, F > Struct Template 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::AmrDiscLF< L, F > Struct Template Reference

Bundle (limiter, Riemann flux) expected by AmrCouplerMP::step<Disc>. More...

#include <amr_dsl_block.hpp>

+ Collaboration diagram for pops::AmrDiscLF< L, F >:

Public Types

using Limiter = L
 
using NumericalFlux = F
 

Detailed Description

template<class L, class F>
struct pops::AmrDiscLF< L, F >

Bundle (limiter, Riemann flux) expected by AmrCouplerMP::step<Disc>.

Unique definition: the native path of amr_system.cpp goes through this same header (no more DiscLF duplicated on the .cpp side).

Member Typedef Documentation

◆ Limiter

template<class L , class F >
using pops::AmrDiscLF< L, F >::Limiter = L

◆ NumericalFlux

template<class L , class F >
using pops::AmrDiscLF< L, F >::NumericalFlux = F

The documentation for this struct was generated from the following file: