Skip to content

Commit 534fba8

Browse files
committed
Z4c: add more comments for typo when calculate HC and MtC
1 parent 0a53528 commit 534fba8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Z4c/src/z4c_vars.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,9 @@ template <typename T> struct z4c_vars : z4c_vars_noderivs<T> {
538538
// Constraints
539539
// (13)
540540
ZtC([&](int a) ARITH_INLINE { return (Gamt(a) - Gamtd(a)) / 2; }), //
541+
// For the Hamiltonian and momentum constraints, the equations in
542+
// 1212.2901 is incorrect, whereas the one in 0912.2920 is correct,
543+
// as double-checked by Liwei Ji.
541544
// (14)
542545
HC(Rsc //
543546
- sum_symm<3>([&](int x, int y)

0 commit comments

Comments
 (0)