Updates the Normals field
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ResPart_set), | intent(inout) | :: | this |
Collection of Resolved Particles |
||
| type(eulerian_obj_r), | intent(inout) | :: | ibN(3) |
Normals field |
impure subroutine ResPart_set_UpdateNormals(this,ibN) !> Updates the Normals field implicit none class(ResPart_set), intent(inout) :: this !! Collection of Resolved Particles type(eulerian_obj_r), intent(inout) :: ibN(3) !! Normals field call this%ib%UpdateNormals(ibN) return end subroutine ResPart_set_UpdateNormals