eval_point Interface

interface
public module subroutine eval_point(plan, state, r, 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) :: r(3)
real(kind=dp), intent(out) :: e(3)

Description

1 点で電場を計算する。