-
In the [1D Notebook](https://github.com/dhruvbhagtani2105/toy-model/blob/deb7ee736ee9c948790398e96ba2b67868539c8b/1D_Fixed_and_variable_velocity_advection.ipynb) I see a few function definitions with …
-
#76 is adding OpenACC versions of the tracer-advection benchmark. Currently these all use managed memory but psyclone/#310 is adding support for explicit control of data movement.
-
Dear all,
I have tried to follow up with Fabio's heat budget analysis and know more details about the tropical advection process. So far, in Fabio's script, he is using the model output temp_sweby_ad…
-
The advection schemes can apparently give negative values for the sv0 and svm variables.
They are dealt with by a max(0., ..) call when used in modbulkmicro3, but at the moment i do not write back th…
-
from @WeiqunZhang via `` report on Spock (OLCF).
On a login node:
```
module load cmake/3.21.2-dev rocm/4.3.0
git clone git@github.com:AMReX-Codes/amrex-tutorials.git
cd amerx-tutorials
cmake …
-
Hi,
I want to modify AmrCoreAdv::InitData() to use external data (instead of Prob.h). On the first pass I use the original InitData() and write the multifab to a file (I read the file to phi_old an…
-
1. Solve these equations on a unit square
https://onlinelibrary.wiley.com/doi/epdf/10.1002/ctpp.201900139 see section 4:
![image](https://github.com/jwscook/EdgeCodeRequirements/assets/15519866/…
-
in 3d our solutions are wrong. at least for poisson
-
All of our parallel advection operators use Lax flux to combat checkerboarding. The strength of this is driven by a characteristic speed, for example in momentum advection:
https://github.com/bendud…
-
Hi,
I am solving a 1D heat conduction equation and I want to use one BC (time-dependent) as input for the branch net in PI DeepONet.
In the demos, it seems that the function `u` must be inside `pd…