Skip to content

Commit

Permalink
Fixed element block
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed May 30, 2019
1 parent 22e5080 commit 41a0afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"""

# set the ProjectParameters.json path
project_parameters_path = "problem_settings/parameters_poisson_square_2d_finer.json"
project_parameters_path = "problem_settings/parameters_poisson_square_2d_coarse.json"
# customize setting parameters of the MLMC simulation
parameters_x_monte_carlo_path = "problem_settings/parameters_x_monte_carlo.json"
# customize setting parameters of the metric of the adaptive refinement utility and setting parameters of the remesh of the adaptive refinement utility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"estimate_interpolation_error" : false,
"interpolation_error" : 0.004
},
"enforce_current" : true,
"enforce_current" : false,
"anisotropy_remeshing" : true,
"anisotropy_parameters":{
"reference_variable_name" : "TEMPERATURE",
Expand Down

0 comments on commit 41a0afa

Please sign in to comment.