use_periodic2_root_operator Function

public function use_periodic2_root_operator(plan)

periodic2 の root operator を使うか判定する。

Arguments

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

FMM 計画。

Return Value logical


Calls

proc~~use_periodic2_root_operator~~CallsGraph proc~use_periodic2_root_operator use_periodic2_root_operator proc~use_periodic2_m2l_root_oracle use_periodic2_m2l_root_oracle proc~use_periodic2_root_operator->proc~use_periodic2_m2l_root_oracle

Source Code

  logical function use_periodic2_root_operator(plan)
    type(fmm_plan_type), intent(in) :: plan

    use_periodic2_root_operator = use_periodic2_m2l_root_oracle(plan)
  end function use_periodic2_root_operator