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 5c1c29b commit 99a7000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/mixed_poisson_dlrbnicsx/dlrbnicsx_mixed_poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def norm_error_u(self, u_true, u_rb):

num_ann_samples = 12
error_analysis_samples = 11

# Parameters
mu = np.array([-2., 0.5, 0.5, 0.5, 3.])

Expand All @@ -273,7 +274,7 @@ def norm_error_u(self, u_true, u_rb):
# POD Starts ###


def generate_training_set(samples=[2, 1, 2, 2, 1]):
def generate_training_set(samples=[4, 4, 4, 4, 2]):
# Select input samples for POD
training_set_0 = np.linspace(-5., 5., samples[0])
training_set_1 = np.linspace(0.2, 0.8, samples[1])
Expand Down

0 comments on commit 99a7000

Please sign in to comment.