21#include "nlohmann/json.hpp"
35 {{DragSolverMode::NoDrag,
"no_drag"},
36 {DragSolverMode::IRK1,
"irk1"},
37 {DragSolverMode::IRK2,
"irk2"},
38 {DragSolverMode::EXPO,
"expo"}});
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