Celeritas  0.5.0-56+6b053cd
Macros | Functions
FieldDriverOptionsIO.json.cc File Reference
#include "FieldDriverOptionsIO.json.hh"
#include <string>
#include <nlohmann/json.hpp>
#include "corecel/io/JsonUtils.json.hh"
#include "FieldDriverOptions.hh"

Macros

#define FDO_INPUT(NAME)   CELER_JSON_LOAD_OPTION(j, opts, NAME)
 

Functions

void celeritas::from_json (nlohmann::json const &j, FieldDriverOptions &opts)
 Read options from JSON.
 
void celeritas::to_json (nlohmann::json &j, FieldDriverOptions const &opts)
 Write options to JSON.