BioDynaMo
v1.05.120-25dc9790
|
#include <vector>
#include "core/agent/agent_handle.h"
#include "core/agent/cell.h"
#include "core/environment/environment.h"
#include "core/environment/uniform_grid_environment.h"
#include "core/gpu/cuda_pinned_memory.h"
#include "core/operation/bound_space_op.h"
#include "core/operation/mechanical_forces_op_cuda.h"
#include "core/resource_manager.h"
#include "core/shape.h"
#include "core/simulation.h"
#include "core/util/log.h"
#include "core/util/thread_info.h"
#include "core/util/timing.h"
#include "core/util/type.h"
#include "core/util/vtune_helper.h"
Go to the source code of this file.
Classes | |
struct | bdm::detail::InitializeGPUData |
struct | bdm::UpdateCPUResults |
Namespaces | |
bdm | |
bdm::detail | |
Functions | |
void | bdm::IsNonSphericalObjectPresent (const Agent *agent, bool *answer) |