Joe Schoonover

Results 22 issues of Joe Schoonover

**Is your feature request related to a problem? Please describe.** Contravariant basis vectors in the strong form do not preserve the metric identities and can lead to spurious flows (...

The nonlinear shallow water solvers, in 1-D and 2-D, exhibit spurious flows when topography is spatially variable. [Gassner, Winters, & Kopriva (2016)](https://www.diva-portal.org/smash/get/diva2:1315753/FULLTEXT01.pdf) and [Wintermeyer et al. (2017)](https://www.sciencedirect.com/science/article/pii/S0021999117302310) have shown that...

**What do you want to learn/know?** The SELF projects needs a roadmap for the next year to inform users of the plans for this project. Input from the community is...

The support for fortran codes in general within ROCm is quite embarrassing. A number of projects I've worked on for folks at Pawsey, in addition to some of our own...

question

This PR brings in GPU support via OpenMP. This removes the required dependency on HIP/HIPFort. HIPFort has proven challenging to set up with a variety of Fortran compilers which increases...

Implement 2-D and 3-D readers for the ISM and ISM-v2 formats : https://trixi-framework.github.io/HOHQMesh/TheISMMeshFileFormats/

Related to #51 This PR adds a Dockerfile for creating a docker image with SELF alongside a Google Cloud Build configuration file for building the image in GCP and storing...

**Pre-Canned Models** - [ ] Linear Shallow Water (2-D) - Base file should be under `src/SELF_ShallowWater2D_t.f90` and the base class should be called `ShallowWater2D_t` . Only implement linear model to...

This stems from a review in PR #53 Ultimately, we want to be able to use the language support for HIP/CUDA rather than bringing in HIP/CUDA through find_package, which is...

This issue was discovered in PR #53 Our tests at the moment only cover simple meshes with element-neighbor orientations that have a flip of 0. This is leaving out some...