Skip to content

Commit

Permalink
Mixed poisson ann in work
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 14, 2024
1 parent 24a3bfc commit 5c1c29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/mixed_poisson_dlrbnicsx/dlrbnicsx_mixed_poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ def norm_error_u(self, u_true, u_rb):
gmsh_model_rank, gdim=gdim)
# Boundary markers: x=1 is 22, x=0 is 30, y=1 is 26, y=0 is 18, z=1 is 31, z=0 is 1

num_ann_samples = 250
error_analysis_samples = 300
num_ann_samples = 12
error_analysis_samples = 11
# Parameters
mu = np.array([-2., 0.5, 0.5, 0.5, 3.])

Expand Down

0 comments on commit 5c1c29b

Please sign in to comment.