Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
enum_AMRInterpMode.hpp File Reference

AMR (refinement) prolongation 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_AMRInterpMode.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  AMRInterpMode { FIRST_ORDER = 0 , SECOND_ORDER = 1 }

Functions

 shammodels::basegodunov::SHAMROCK_JSON_SERIALIZE_ENUM (AMRInterpMode, {{AMRInterpMode::FIRST_ORDER, "amr_first_order"}, {AMRInterpMode::SECOND_ORDER, "amr_second_order"}})

Detailed Description

AMR (refinement) prolongation mode enum + json serialization/deserialization.

Author
Léodasce Sewanou (leoda.nosp@m.sce..nosp@m.sewan.nosp@m.ou@e.nosp@m.ns-ly.nosp@m.on.f.nosp@m.r)
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_AMRInterpMode.hpp.