BioDynaMo
v1.05.120-25dc9790
|
#include <algorithm>
#include <mutex>
#include "core/diffusion/diffusion_grid.h"
#include "core/environment/environment.h"
#include "core/simulation.h"
#include "core/util/log.h"
Go to the source code of this file.
Namespaces | |
bdm | |
Functions | |
std::string | bdm::BoundaryTypeToString (const BoundaryConditionType &type) |
Transforms a BoundaryConditionType to the corresponding string. More... | |
BoundaryConditionType | bdm::StringToBoundaryType (const std::string &type) |
Transforms a string to the corresponding BoundaryConditionType. More... | |