Paul T. Bauman

Results 95 issues of Paul T. Bauman

Martin Luethi complained about having to add PETSc to his LD_LIBRARY_PATH. I always do this anyway, but then @roystgnr reported: > This seems strange. Examining "chkrpath -l grins" I see...

It would be nice to avoid circumstances that hit folks in #241. In addition to rethinking setting the quantity value in #175, we should rethink how the Physics registers/takes requests...

I won't have time to do this for a couple of weeks, but wanted to capture the thought and solicit comments. For these laminar flame problems, you really need to...

See #235 for discussion. In a nutshell, don't hardcode ideal gas law, call Antioch.

Need to handle things like user not setting a QoI but setting `print_qoi = 'true'` or `echo_qoi = 'true'`. We do error right now in this case, but from the...

Right now, there are several different screen-options for controlling when stuff gets output/printed to the terminal. E.g. there are separate options for printing the enable physics, the enable QoI's, EquationSystem...

question

Right now, the API for `compute_postprocessed_quantity` (that is overridden by each Physics) is supposed to set the `value` for the quantity, if it owns it. However, I just noticed that...

refactor

Dumped the trace below. valgrind complaining about conditional depending on uninitialised value, but I don't see how either is uninitialized. Opened this issue to poke at in the future (because...

For current/future reference. Currently, we are reusing the same Antioch objects in the flow for surface chemistry. This sucks for a lot of reasons, not the least of which is...

refactor

See #120. The locally_h_refine option may generate multiple refinement passes that break when restarting from a previous solution. Right now we emit a warning and force only one refinement pass....

bug