Aditya Pandare

Results 12 issues of Aditya Pandare

Currently, the element-meshblock data that assigns element-ids to mesh blocks does not get updated after AMR step. To have meshblocks compatible with AMR, the following needs to be done: -...

inciter
amr

## Summary Why: - Extremely complex code, leading to excessively high implementation times for simple tasks such as parsing coordinates of a point-probe. - Heavily template code, leading to very...

parser

The input file parser behaves unexpectedly when a keyword which is a superset of a keyword following it is parsed. e.g. ``` prelax true prelax_timescale 0.01 ``` The parser incorrectly...

parser

Separate the boundary node-collection and the evaluation of BC values at these nodes in `ALECG::queryBnd()`, then decide what needs to be called every time step, and what does not. However,...

inciter

Equation-specific limiter functions should reside in the DG-equation classes rather than being free functions in Limiter.cpp See comment from @jbakosi in https://github.com/quinoacomputing/quinoa/pull/496: "Based on the function name, this should probably...

inciter

Hello, I'm running into MPI_iprobe runtime errors on HPE/Cray (Slingshot 11 interconnect) while running [Quinoa](https://github.com/quinoacomputing/quinoa/) (native Charm++). This is similar to https://github.com/UIUC-PPL/charm/issues/3701. The application works fine on under 40 nodes....

This set of commits adds lua file format parsing, which is used to parse the control files (previously .q). Addresses https://github.com/quinoacomputing/quinoa/issues/555 - - - This change is [](https://reviewable.io/reviews/quinoacomputing/quinoa/605)

parser

The steady state oversetFE solver deadlocks when only one of the meshes reaches the convergence criterion (residual < tol). This is potentially because the mesh that converged sets `m_finished =...

bug
inciter

Implemented a basic multi-species solver, and tested with two-species Sod. - - - This change is [](https://reviewable.io/reviews/quinoacomputing/quinoa/628)

inciter