Skip to content

Commit

Permalink
BSSN/BSSN_quantities.py: epsDD should be initialized to zerorank2, no…
Browse files Browse the repository at this point in the history
…t zerorank3.
  • Loading branch information
zachetienne committed Dec 6, 2023
1 parent a4c6210 commit a32e120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSSN/BSSN_quantities.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def RicciBar__gammabarDD_dHatD__DGammaUDD__DGammaU():
gammabar__inverse_and_derivs()

# Step 7.a.i: Define \varepsilon_{ij} = epsDD[i][j]
epsDD = ixp.zerorank3()
epsDD = ixp.zerorank2()
for i in range(DIM):
for j in range(DIM):
epsDD[i][j] = hDD[i][j] * rfm.ReDD[i][j]
Expand Down

0 comments on commit a32e120

Please sign in to comment.