全要素に同じ表面モデルIDを付与する。
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mesh_type), | intent(inout) | :: | mesh | |||
| integer(kind=i32), | intent(in) | :: | surface_model_id |
subroutine apply_uniform_surface_model(mesh, surface_model_id) type(mesh_type), intent(inout) :: mesh integer(i32), intent(in) :: surface_model_id if (.not. allocated(mesh%elem_surface_model)) return mesh%elem_surface_model = surface_model_id end subroutine apply_uniform_surface_model