{
  "description": "Flat-spacetime fixed-point test. Per wasm/tests/bssn_validation.rs:42-43, ham_l2 should remain below 1e-6 for the duration.",
  "request": {
    "nx": 16,
    "ny": 16,
    "nz": 16,
    "box_length": 1,
    "n_steps": 50,
    "snapshot_interval": 10,
    "initial_data": "minkowski",
    "gauge": "one_plus_log",
    "cfl": 0.25,
    "epsilon_ko": 0.1,
    "damping": 0.02,
    "formulation": "bssn",
    "eta_shift": 2
  },
  "wall_ms": 6722,
  "final_ham_l2": 1.166967424641463e-28,
  "final_ham_max": 1.1669674246414925e-28,
  "final_mom_l2": 8.588029759206712e-31,
  "test_pass": true,
  "snapshots": [
    {
      "step": 0,
      "time": 0,
      "ham_l2": 0,
      "ham_max": 0,
      "mom_l2": 0
    },
    {
      "step": 10,
      "time": 0.15625,
      "ham_l2": 4.677574162886289e-30,
      "ham_max": 4.677574162886517e-30,
      "mom_l2": 3.371000189970449e-47
    },
    {
      "step": 20,
      "time": 0.3125,
      "ham_l2": 1.8700569449523902e-29,
      "ham_max": 1.8700569449524432e-29,
      "mom_l2": 2.14700743980152e-31
    },
    {
      "step": 30,
      "time": 0.46875,
      "ham_l2": 4.205442920603674e-29,
      "ham_max": 4.2054429206035206e-29,
      "mom_l2": 4.29401487960304e-31
    },
    {
      "step": 40,
      "time": 0.625,
      "ham_l2": 7.472464219707788e-29,
      "ham_max": 7.47246421970804e-29,
      "mom_l2": 1.2882044638810142e-30
    },
    {
      "step": 50,
      "time": 0.78125,
      "ham_l2": 1.166967424641463e-28,
      "ham_max": 1.1669674246414925e-28,
      "mom_l2": 8.588029759206712e-31
    }
  ],
  "trust": "EXACT"
}