Celeritas
0.5.0-56+6b053cd
|
#include "PhysicsParamsOutput.hh"
#include <type_traits>
#include <utility>
#include <nlohmann/json.hpp>
#include "corecel/Config.hh"
#include "corecel/cont/Range.hh"
#include "corecel/io/JsonPimpl.hh"
#include "corecel/math/QuantityIO.json.hh"
#include "Model.hh"
#include "PhysicsData.hh"
#include "PhysicsParams.hh"
#include "Process.hh"
Macros | |
#define | PPO_SAVE_OPTION(NAME) options[#NAME] = scalars.NAME |
#define | PPO_SAVE_SIZE(NAME) sizes[#NAME] = data.NAME.size() |