injection_state Derived Type

type, public :: injection_state

種ごとのマクロ粒子端数を保持し、再開時にも注入期待値を保つ。


Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: macro_residual(:)

Source Code

  type :: injection_state
    real(dp), allocatable :: macro_residual(:)
  end type injection_state