Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugs in algs::MethodOfLinesIntegrator #153

Open
humhang opened this issue Oct 13, 2020 · 1 comment
Open

bugs in algs::MethodOfLinesIntegrator #153

humhang opened this issue Oct 13, 2020 · 1 comment

Comments

@humhang
Copy link

humhang commented Oct 13, 2020

Hello, in algs/MethodOfLineIntegrator.C:Line252, the ghost cells at the level ln are filled by the patch data in the coarser level ln-1, but the patch date at that coarser level has already been updated to the next stages.

that's to say, you are trying to fill the ghost cell with data that has a different time stamp.

Also, the data should be coarsen from the finest level to the coarsest level, that's to say, Line 276 should be called from ln = nlevel-1 to 1. However, it is called from 1 to nlevel-1.

@nselliott
Copy link
Collaborator

Your report is correct here, so we will be fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants