Skip to content
Snippets Groups Projects
Commit 03f295db authored by Martin Reinecke's avatar Martin Reinecke
Browse files

adjust demo to exactly reproduce paper figures

parent a5320af5
No related branches found
No related tags found
1 merge request!242Poisson energy
Pipeline #
...@@ -25,7 +25,7 @@ if __name__ == "__main__": ...@@ -25,7 +25,7 @@ if __name__ == "__main__":
sigma_n = 0.2 # noise level sigma_n = 0.2 # noise level
sigma_n2 = sigma_n**2 sigma_n2 = sigma_n**2
L = 1. # Total length of interval or volume the field lives on L = 1. # Total length of interval or volume the field lives on
nprobes = 100 # Number of probes for uncertainty quantification nprobes = 1000 # Number of probes for uncertainty quantification
# Define resolution (pixels per dimension) # Define resolution (pixels per dimension)
N_pixels = 1024 N_pixels = 1024
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment