periodic2 の target box が有効かを判定する。
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(fmm_options_type), | intent(in) | :: | options |
FMM 設定。 |
logical function has_valid_target_box(options) type(fmm_options_type), intent(in) :: options has_valid_target_box = all(options%target_box_max > options%target_box_min) end function has_valid_target_box