-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bug: wrong answer/failure/crashSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestparticles
Description
Describe the bug
Here
Line 1586 in fab8caa
| amrex::GpuBndryFuncFab<setFunctorParticleAccel> boundaryFunctor(setFunctorParticleAccel{}); |
the
boundaryFunctor is no-op by default. Therefore, the non-periodic dimensions of phi_extended is unfilled, causing the code to crash. Is this intentional? is it expected that the user would have to specify the boundary condition for non-periodic dimensions?
@BenWibking Can you add an option for a foextrap B.C. at some specified dimensions? I'll need this for disk simulations with star formation where the z axis is open B.C.
To Reproduce
Steps to reproduce the behavior:
- Compile this problem '...'
- Run this problem '...'
- See error
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bug: wrong answer/failure/crashSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestparticles