Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
enum_SlopeMode.hpp File Reference

Slope mode enum + json serialization/deserialization. More...

#include "shambase/exception.hpp"
#include "nlohmann/json.hpp"
#include "shamrock/io/json_utils.hpp"
+ Include dependency graph for enum_SlopeMode.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shammodels
 namespace for models
 
namespace  shammodels::basegodunov
 namespace for the basegodunov model
 

Enumerations

enum  shammodels::basegodunov::SlopeMode {
  None = 0 , VanLeer_f = 1 , VanLeer_std = 2 , VanLeer_sym = 3 ,
  Minmod = 4
}
 Slope limiter modes. More...
 

Functions

 shammodels::basegodunov::SHAMROCK_JSON_SERIALIZE_ENUM (SlopeMode, {{SlopeMode::None, "none"}, {SlopeMode::VanLeer_f, "vanleer_f"}, {SlopeMode::VanLeer_std, "vanleer_std"}, {SlopeMode::VanLeer_sym, "vanleer_sym"}, {SlopeMode::Minmod, "minmod"}})
 

Detailed Description

Slope mode enum + json serialization/deserialization.

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file enum_SlopeMode.hpp.