athenapk icon indicating copy to clipboard operation
athenapk copied to clipboard

AthenaPK: a performance portable version of Athena++ built on Parthenon and Kokkos

Results 38 athenapk issues
Sort by recently updated
recently updated
newest added

@mfournier01 discovered an issue when applying the (initialized) density field as a weight to the scalar potential that initialized the magnetic field. The MWE is the default `cluster.in` (just with...

bug

Two things are not clear to me: 1. Does first-order flux correction (as implemented here) drop to first order fluxes for each stage separately? (i.e., does it still do higher-order...

enhancement

New features - Added support for isotropic thermal conduction - Separated configuration of "isotropic/anisotropic" flux with "constant/Spitzer" coefficient - Support for second-order, RKL-based operator split diffusive terms (in addition to...

Hey, I'm currently starting my PhD project and am setting up a simulation starting from the cluster.in environment. I've slightly modified the default set up so that I start with...

We identified a few aspects of the cluster setup in #2 that could be cleaned up, although they are low priority - [x] Unify the calculation mean molecular masses from...

Hello! We are currently doing some tests with Parthenon in another code in development and thought to test AthenaPK as well if the problem occurs there. It seems that both...

I am facing problem with output of the Rayleigh-Taylor problem. C++ Code ```cpp //! \file rt.cpp //! \brief Rayleigh Taylor problem generator //! Problem domain should be -.05 < x...

The adiabatic index in the entropy definitions for hydrostatic equilibrium are incorrectly fixed to 5/3 after a misunderstanding of definitions.

bug

Investigate whether the hand made reductions for AGN triggering and computing the magnetic tower contributions could be moved to a Parthenon supported reduction.

refactor