Carlos Muñoz
Carlos Muñoz
Thank you very much for your feedback! @rjleveque the test `examples/shallow_2d/radial_dam_break.py` also failed for me on a different machine. I realized that the previous tolerance was larger. I will set...
> Hi, have you solve this problem? Hello. I am no longer having this issue with the master branch version.
@mjberger yes, the default options are working for me after checking out commit 162d2c2fef81b083a2f638272d91dbb534012011 and using PETSc 3.22. Thank you!
Thank you for your replies @mandli and @mjberger! @mandli This is what I get for the velocities: It seems like the problem starts once the waves interact with patch boundaries...
This only occurs when I have large bathymetry jumps close to patch boundaries. However, my additional aux variable is a piecewise affine function of the bathymetry, so large bathy jumps...
Hello, I've tried your suggestions, and I think I found the source of the discrepancy: some components of the aux array at ghost cells for patches seem not to be...
I'm working with version 5.10.0. Could this be affected by changes in recent releases?
The additional components of the aux array are not time-dependent. In this setup, I am not modifying the aux array in any other place than in the loop above from...
It seems like setting ```fortran do_aux_copy = .true. ``` in `bound.f90` fixes the issue: Now I am getting the same behavior both single and multiple grids. I guess that `do_aux_copy...
Yes, I'll prepare a simple example that is compatible with the latest version and share it with you.