Skip to content

Commit

Permalink
fix for example
Browse files Browse the repository at this point in the history
  • Loading branch information
omalled committed Sep 19, 2023
1 parent 0de84b8 commit 298b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fracture_networks_for_qc/small_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ end
#A, x, b = fractal_fractures(2 ^ 4, 3; fracture_logk=5.0, doplot=true)
#A, x, b = fractal_fractures(2 ^ 3, 2; fracture_logk=5.0, doplot=true, dirichlet=true)
#DelimitedFiles.writedlm("b_small.csv", b, ',')
A, x, b = fractal_fractures(2 ^ 2, 1; fracture_logk=5.0, doplot=true, dirichlet=true, num_random_nodes=2)
A, x, b = fractal_fractures(2 ^ 2, 1; fracture_logk=5.0, doplot=true, dirichlet=false, num_random_nodes=2)
DelimitedFiles.writedlm("b_small.csv", b, ',')

0 comments on commit 298b14d

Please sign in to comment.