|
BioCMAMC-ST
|
Structure to store information about domain needed during MC cycle data is likely to change between each iteration. More...
#include <domain.hpp>
Public Attributes | |
| MC::NeighborsView< ExecSpace, is_const > | neighbors |
| DiagonalView< ExecSpace, is_const > | diag_transition |
| CumulativeProbabilityView< ExecSpace, is_const > | cumulative_probability |
| LeavingFlowView< is_const > | leaving_flow |
| VolumeView< ExecSpace, is_const > | liquid_volume |
Structure to store information about domain needed during MC cycle data is likely to change between each iteration.
| CumulativeProbabilityView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::cumulative_probability |
| DiagonalView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::diag_transition |
| LeavingFlowView<is_const> MC::DomainState< ExecSpace, is_const >::leaving_flow |
| VolumeView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::liquid_volume |
| MC::NeighborsView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::neighbors |