We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a53528 commit 534fba8Copy full SHA for 534fba8
1 file changed
Z4c/src/z4c_vars.hxx
@@ -538,6 +538,9 @@ template <typename T> struct z4c_vars : z4c_vars_noderivs<T> {
538
// Constraints
539
// (13)
540
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.
544
// (14)
545
HC(Rsc //
546
- sum_symm<3>([&](int x, int y)
0 commit comments