BioCMAMC-ST
MC::DomainState< ExecSpace, is_const > Struct Template Reference

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

Detailed Description

template<typename ExecSpace, bool is_const = true>
struct MC::DomainState< ExecSpace, is_const >

Structure to store information about domain needed during MC cycle data is likely to change between each iteration.

Member Data Documentation

◆ cumulative_probability

template<typename ExecSpace, bool is_const = true>
CumulativeProbabilityView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::cumulative_probability

◆ diag_transition

template<typename ExecSpace, bool is_const = true>
DiagonalView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::diag_transition

◆ leaving_flow

template<typename ExecSpace, bool is_const = true>
LeavingFlowView<is_const> MC::DomainState< ExecSpace, is_const >::leaving_flow

◆ liquid_volume

template<typename ExecSpace, bool is_const = true>
VolumeView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::liquid_volume

◆ neighbors

template<typename ExecSpace, bool is_const = true>
MC::NeighborsView<ExecSpace, is_const> MC::DomainState< ExecSpace, is_const >::neighbors

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