Ben Wibking

Results 156 issues of Ben Wibking

On Fedora 38 aarch64 (Apple Silicon), this can be reproduced with: ``` [benwibking@fedora ~]$ rr_install/bin/rr record echo "Hello, world" rr: Saving execution to trace directory `/home/benwibking/.local/share/rr/echo-2'. Hello, world [benwibking@fedora ~]$...

There is a new "semi-structured" AMG solver (SSAMG) in Hypre: https://arxiv.org/abs/2205.14273. They claim it significantly reduces the setup time compared to the existing AMG solver, since it assumes logically-Cartesian mesh...

For the radiation diffusion or moment equations, after discretizing in time, one can eliminating all variables in the radiation equations except the radiation energy density. After obtaining the radiation energy...

radiation

### Bug report **Bug summary** The openPMD frontend only reads openPMD files that use the HDF5 format. openPMD files that use the ADIOS2 format cannot be read by yt. The...

There is no arm64 package provided on conda-forge: ``` (cling) ➜ ~ mamba install xeus-cling -c conda-forge __ __ __ __ / \ / \ / \ / \ /...

### Describe the bug The Visit 3.3.0, 3.3.1, 3.3.2, and 3.3.3 x86_64 macOS builds are missing the ADIOS2 database plugin. **Helpful additional information** - Did VisIt crash: no - Did...

bug
reviewed
likelihood medium
impact medium

It is undefined behavior to use `reinterpret_cast` for type punning (*except* when casting to `char`, or between unsigned and signed variants of the same type) [1]. This is done in...

For electromagnetics and MHD (vector potential), it would be useful to be able to interpolate edge-centered fields from coarse to fine levels in a conservative way. From looking at the...

I am getting a very strange build error when using `build_visit.sh` updated to use VTK-m with CUDA in a Cray environment. I have these modules loaded: ```console [bwibking@dt-login04 ascent-craype]$ module...

Is there a built-in way to do a query for the rms of a field? This appears to be syntactically valid: ``` action: "add_queries" queries: q3: params: expression: "pow(avg(field('drho_over_rho') *...

question