RectangularDomain::getBoundaryStencil typo
lines 51-53:
S = -hr[0] * hr[2] / hr[1];
F = -hr[0] * hr[1] / hr[2];
S = -hr[0] * hr[1] / hr[2];
The second S
assignment is likely a typo and should be B
, but it would be good if someone could check the formulas.