update_state Interface

interface
public module subroutine update_state(plan, state, src_q)

Arguments

Type IntentOptional Attributes Name
type(fmm_plan_type), intent(in) :: plan

構築済みの FMM 計画。

type(fmm_state_type), intent(inout) :: state

更新対象の state。

real(kind=dp), intent(in) :: src_q(:)

Description

ソース電荷から FMM state を更新する。