eval_potential_points Interface

interface


Called by

interface~~eval_potential_points~~CalledByGraph interface~eval_potential_points eval_potential_points proc~beach_kernel_eval_phi beach_kernel_eval_phi proc~beach_kernel_eval_phi->interface~eval_potential_points

public module subroutine eval_potential_points(plan, state, target_pos, phi)

Arguments

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

構築済みの FMM 計画。

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

評価に使う FMM state。

real(kind=dp), intent(in) :: target_pos(:,:)
real(kind=dp), intent(out) :: phi(:)

Description

複数の評価点で電位を計算する。