| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MappedScalar3D), | intent(inout) | :: | this | |||
| type(Mesh3D), | intent(inout) | :: | mesh |
subroutine SideExchange_MappedScalar3D(this,mesh)
implicit none
class(MappedScalar3D),intent(inout) :: this
type(Mesh3D),intent(inout) :: mesh
call this%SideExchangeStart(mesh)
call this%SideExchangeFinish(mesh)
endsubroutine SideExchange_MappedScalar3D