BioDynaMo
v1.05.120-25dc9790
|
#include <TBufferJSON.h>
#include <json.hpp>
#include <utility>
#include <vector>
#include "core/multi_simulation/optimization_param.h"
#include "core/param/param.h"
#include "core/util/cpptoml.h"
#include "core/util/log.h"
Go to the source code of this file.
Namespaces | |
bdm | |
Functions | |
json | bdm::FlattenGroups (const json &j_document) |
json | bdm::UnflattenGroups (const json &j_flattened, const json &j_original) |
void | bdm::AssignThreadSafetyMechanism (const std::shared_ptr< cpptoml::table > &config, Param *param) |
void | bdm::AssignMappedDataArrayMode (const std::shared_ptr< cpptoml::table > &config, Param *param) |
void | bdm::AssignBoundSpaceMode (const std::shared_ptr< cpptoml::table > &config, Param *param) |