adaptive-cfd / WABBIT

Wavelet Adaptive Block-Based solver for Interactions with Turbulence

Home Page:https://www.cfd.tu-berlin.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newGhostNodes: integration bounds

tommy-engels opened this issue · comments

while differential operators are fine, the change in the grid definition to remove the redundant point affects the integration bounds:
a loop must now run 0 <= i <= Bs while in previous versions, 0 <= i <= Bs-1 had to be used.

I hope to have fixed all these bounds using regex
sum.*g\+1.*\:.*g.*\-1
and
do.*g\+1.*g.*\-.*1