20#include "nlohmann/json.hpp"
35 {{GravityMode::NoGravity,
"no_gravity"},
36 {GravityMode::CG,
"cg"},
37 {GravityMode::PCG,
"pcg"},
38 {GravityMode::BICGSTAB,
"bicgstab"},
39 {GravityMode::MULTIGRID,
"multigrid"}});
This header file contains utility functions related to exception handling in the code.
#define SHAMROCK_JSON_SERIALIZE_ENUM(ENUM_TYPE,...)
Macro to serialize/deserialize an enum to/from a JSON object modified from the NLOHMANN_JSON_SERIALIZ...
namespace for the basegodunov model