Commit 9a3195ed authored by Leon Pyka's avatar Leon Pyka
Browse files

now running simulations that will not finish

parent 185acd29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@ os.environ["MKL_NUM_THREADS"] = "1"

def get_parametercollection(seed,crack_length, offset):
    par = mn.ParameterCollection()
    nx = 8 # needs to == el**h
    nx = 16 # needs to == el**h
    ny = nx
    nz = 5 + offset # need to be >=  h +2 + o_set (+2 bc bound cond)    
    nz = 6 + offset # need to be >=  h +2 + o_set (+2 bc bound cond)    
    n = nx*ny*nz
    par.set_N(n)
    par.set_Nx(nx)