SummationByPart assumes `cctk_lsh == cctk_ash`

Issue #2632 new
Roland Haas created an issue

SummationByParts sets ni = cctk_lsh[0] but then uses this (in Fortran code) to size the array in memory:

CCTK_REAL, dimension(ni,nj,nk), intent(IN) :: var

which will fail when cctk_lsh != cctk_ash that is when padding is used.

Comments (0)

  1. Log in to comment