-
Notifications
You must be signed in to change notification settings - Fork 202
try initial suggestions for btd output for each level #4197
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
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Running the original 3D problem (input.txt) resulted in Segfault. Here is the relevant part of Backtrace
|
@prkkumar your 3D input file has
which is different from the 2D input file that worked above
Also, the very first 2D input that you have had the same coordinates as your 3D input in the latest comment, and that crashed too with the segfault at amrex::get_slice_data This is because,the z-slice location in boosted frame needed for BTD is inside the domain, but not inside the patch. |
Closing this PR, and re-opening from my fork/branch in #4526 |
I modified the things we discussed.
I also created a small 2D input script which I can run locally to see if we get output fields on each level.
input_2d.txt
With these changes, it segfaults at
amrex::get_slice_data
inSource/Diagnostics/ComputeDiagFunctors/BackTransformFunctor.cpp:63