Ronald Rahaman

Results 7 issues of Ronald Rahaman

Currently, there are no regression tests for the tools (prenek, postnek, genmap, genbox, etc). As @stgeke suggested, we should consider adding some.

tools
tests

Hi all, I'm using AMGX as a CMake subproject. My parent project uses `add_subdirectory` to include AMGX. However, I'm running into some issues because the references to `CMAKE_SOURCE_DIR` in AMGX's...

It would be useful to read/write the localq values to/from a Nek fld file. That would let us to do several useful things, including: * Visualize the localq on the...

Currently, the user specifies an absolute tolerance for convergence via the parameter in enrico.xml. @emerzari and @hapfang suggested that we allow the user to set relative tolerance, instead.

In this PR, the `CoupledDriver` computes cell density from cell-averaged temperature and the heat/fluid solver's pressure BC using the IAPWS correlation. I'm marking this as "WIP" because, even though it's...

Currently, ENRICO calls `Driver::write_step` at every Picard iteration. I would be interested in specifying only certain Picard iterations and/or timestep intervals for calling `write_step`. For example, I'd be especially interested...

Should we implement a way to suppress diagnostic messages? Currently, this includes the sanity check for volume calculations. For the disjoint communicators, I also have some diagnostics about the rank...