Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
shammodels::gsph::ReconstructConfig< Tvec >::MUSCL Struct Reference

MUSCL reconstruction (2nd order). More...

#include <shammodels/gsph/include/shammodels/gsph/config/ReconstructConfig.hpp>

Public Attributes

Limiter limiter = Limiter::VanLeer
 Slope limiter type.

Detailed Description

template<class Tvec>
struct shammodels::gsph::ReconstructConfig< Tvec >::MUSCL

MUSCL reconstruction (2nd order).

Monotone Upstream-centered Schemes for Conservation Laws. Uses slope limiters to maintain TVD property. Reference: van Leer (1979)

Definition at line 77 of file ReconstructConfig.hpp.

Member Data Documentation

◆ limiter

template<class Tvec>
Limiter shammodels::gsph::ReconstructConfig< Tvec >::MUSCL::limiter = Limiter::VanLeer

Slope limiter type.

Definition at line 78 of file ReconstructConfig.hpp.


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