quinoa
quinoa copied to clipboard
Adaptive computational fluid dynamics
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: -...
## 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...
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...
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,...
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...
Ubuntu has libexodusii-dev and libtrilinos-zoltan2-dev, so let's use it.
See why at https://github.com/quinoacomputing/quinoa/issues/96.
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...