eval_potential_points Interface

interface
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

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