Skip to content

Commit

Permalink
Add updatedevice after updating sideinfo
Browse files Browse the repository at this point in the history
This resolves #76
  • Loading branch information
fluidnumerics-joe committed Nov 27, 2024
1 parent d7a5eb0 commit 11184a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SELF_Mesh_2D_t.f90
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ subroutine ResetBoundaryConditionType_Mesh2D_t(this,bcid)
enddo
enddo

call this%UpdateDevice()

endsubroutine ResetBoundaryConditionType_Mesh2D_t

subroutine UniformStructuredMesh_Mesh2D_t(this,nxPerTile,nyPerTile,nTileX,nTileY,dx,dy,bcids)
Expand Down
2 changes: 2 additions & 0 deletions src/SELF_Mesh_3D_t.f90
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ subroutine ResetBoundaryConditionType_Mesh3D_t(this,bcid)
enddo
enddo

call this%UpdateDevice()

endsubroutine ResetBoundaryConditionType_Mesh3D_t

subroutine RecalculateFlip_Mesh3D_t(this)
Expand Down

0 comments on commit 11184a3

Please sign in to comment.