eval_points Interface

interface
public module subroutine eval_points(plan, state, target_pos, e)

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) :: e(:,:)

Description

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