Loading test_pushing_data/test_pushing_data.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
test_pushing_data/test_pushing_data.py +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading