Skip to content

Commit 473380e

Browse files
committed
Saddle point distributed in work
1 parent af5ae35 commit 473380e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/saddle_point_dlrbnicsx_distributed/dlrbnicsx_saddle_point_distributed.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,8 @@ def norm_error_u(self, u, v):
557557

558558
print(f"sigma norm squared: {sigma_norm}, u norm squared: {u_norm}")
559559

560+
exit()
561+
560562
rstart_sigma, rend_sigma = sigma_h.vector.getOwnershipRange()
561563
num_dofs_sigma = mesh_comm.allreduce(rend_sigma, op=MPI.MAX) - mesh_comm.allreduce(rstart_sigma, op=MPI.MIN)
562564
rstart_u, rend_u = u_h.vector.getOwnershipRange()

0 commit comments

Comments
 (0)