Skip to content

Commit

Permalink
Update monte_carlo_fracture_3D.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hrashid10 authored Oct 3, 2024
1 parent 08cd0c4 commit 0cbff38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Random
Random.seed!(1)
Random.seed!(5)
include("weeds_fracture_3D.jl")
x_test = randn(3 * num_eigenvectors + 2) #the input to the function should follow an N(0, I) distribution -- the eigenvectors and eigenvalues are embedded inside f
@show f(x_test) #compute the pressure at the critical location
Expand Down

0 comments on commit 0cbff38

Please sign in to comment.