BioDynaMo  v1.05.119-a4ff3934
Public Member Functions | Private Member Functions | Private Attributes | List of all members
bdm::ContinuumOp Class Reference

A class that sets up diffusion grids of the substances in this simulation. More...

#include <continuum_op.h>

Inheritance diagram for bdm::ContinuumOp:
[legend]
Collaboration diagram for bdm::ContinuumOp:
[legend]

Public Member Functions

void operator() () override
 
- Public Member Functions inherited from bdm::StandaloneOperationImpl
void operator() (Agent *agent) override
 
bool IsStandalone () override
 Returns whether or not this operations is a stand-alone operation. More...
 
- Public Member Functions inherited from bdm::OperationImpl
virtual ~OperationImpl ()=default
 
virtual void SetUp ()
 
virtual void TearDown ()
 
virtual OperationImplClone ()=0
 
bool IsGpuOperation () const
 Returns whether or not this operation is supposed to run on a GPU. More...
 

Private Member Functions

 BDM_OP_HEADER (ContinuumOp)
 

Private Attributes

real_t last_time_run_ = 0.0
 Last time when the operation was executed. More...
 
real_t delta_t_ = 0.0
 

Additional Inherited Members

- Public Attributes inherited from bdm::OperationImpl
OpComputeTarget target_ = kCpu
 The target that this operation implementation is supposed to run on. More...
 

Detailed Description

A class that sets up diffusion grids of the substances in this simulation.

Definition at line 35 of file continuum_op.h.

Member Function Documentation

◆ BDM_OP_HEADER()

bdm::ContinuumOp::BDM_OP_HEADER ( ContinuumOp  )
private

◆ operator()()

void bdm::ContinuumOp::operator() ( )
inlineoverridevirtual

Implements bdm::OperationImpl.

Definition at line 39 of file continuum_op.h.

Member Data Documentation

◆ delta_t_

real_t bdm::ContinuumOp::delta_t_ = 0.0
private

Timestep that is useded for Diffuse(delta_t) and computed from this and the last time the grid was updated.

Definition at line 77 of file continuum_op.h.

◆ last_time_run_

real_t bdm::ContinuumOp::last_time_run_ = 0.0
private

Last time when the operation was executed.

Definition at line 74 of file continuum_op.h.


The documentation for this class was generated from the following file: