quinoa icon indicating copy to clipboard operation
quinoa copied to clipboard

Adaptive computational fluid dynamics

Results 39 quinoa issues
Sort by recently updated
recently updated
newest added

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

Ubuntu has libexodusii-dev and libtrilinos-zoltan2-dev, so let's use it.

See why at https://github.com/quinoacomputing/quinoa/issues/96.

build

From http://charm.cs.illinois.edu/news.html#116: > Reductions over groups and chare arrays that apply commutative, associative operations (e.g. MIN, MAX, SUM, AND, OR, XOR) are now processed in a streaming fashion. This reduces...

rngtest
meshconv
inciter
walker
Charm++

address, thread, memory, undefined behavior, etc.

testing