-
When I run the following MWE:
```julia
using Oceananigans
using Oceananigans.Units
using Oceananigans.ImmersedBoundaries: ImmersedBoundaryGrid, GridFittedBottom
Lz = 50
grid_base = Rectiline…
-
Hi SWIFT team,
I have been attempting some simulations using the Gasoline and Anarchy-PU hydro schemes. The setup is a spherically symmetric gas halo initially in hydrostatic equilibrium, using an …
-
### Describe the issue:
I am running a slightly modified version of the VSI test (in 3D, different resolution, lower scale height, dumps+outputs every 10 orbits). The outputs are written fine accordi…
-
I notice there have been several commits that de-optimize parts of tinybench because someone saw that it was fouling their benchmarks.
I feel like the NodeJS situation is tricky enough that It mi…
-
Dear @prkkumar @jackieyao0114 , how to build and run the codes FerroX?
-
I posted in the forum back in February, so I'll try bumping it here:
https://forum.mmm.ucar.edu/phpBB3/viewtopic.php?f=58&t=8894
Basically, when I set up a vertical grid where dz becomes constan…
-
Kernels of `boundary flux` can work for 1D and 2D but failed for 3D. Here is the 3D kernel
https://github.com/huiyuxie/trixi_cuda/blob/81bdfcf1abaecaf64badcdb77262bf4ede791d49/cuda_dg_3d.jl#L450-L488…
-
when compiling grins, I had an error in linking phase, where openmpi libraries where not found.
in fact the linking command was missing -L/usr/lib/openmpi (and adding it to LDFLAGS solved it for me), …
-
Dear Dr. Ondrej Maxiam,
I am using “SlenderBody” source code to do my simulations. I am modelling the hydrodynamic interaction of sedimentation of a pair of fibres with consideration of Brownian mo…
-
### Is your feature request related to a problem? Please describe.
Currently the KDTree implementation copies the data if it is not a contiguous array of doubles. I am trying to construct trees for…