update_state Interface

interface


Called by

interface~~update_state~~CalledByGraph interface~update_state update_state proc~beach_kernel_update_charges beach_kernel_update_charges proc~beach_kernel_update_charges->interface~update_state

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 を更新する。