Paul T. Bauman

Results 95 issues of Paul T. Bauman

libMesh/libmesh#1797, libMesh/libmesh#1800, libMesh/libmesh#1812 We don't want to just take those by default when grabbing libMesh flags, I think, better to just configure separately on the GRINS side.

Wanted to capture some thoughts for discussion while I was thinking about it. Aimed mainly @roystgnr but anyone who's reading can feel free to chime in. Going through and updating...

@roystgnr intimated to me that he was bothered we didn't have adaptive refinement of initial conditions yet. We support uniform refinement, "locally h refine" via `ParsedFunction`, and redistribution (again via...

I was thinking that maybe a more maintainable strategy (i.e. it'll actually get done...) for user documentation is actually do it in the code and then the user can do...

@roystgnr and I were discussing adding a configure time flag to add running the examples to the `check` target. Then, `make check` can hit running the examples and therefore CIVET...

@roystgnr I'm setting up `femputer` with a CIVET server and client (server is up and running, working on client and software stack). What do we want to have CIVET run...

Mimic #457, but now for sensitivity values. In addition to convenience of having them in a file, we can then also use that for regression testing sensitivity values.

Following the merge of #407, the variable ordering will be dictated by the ordering of the variables in the `[Variables]` section of the input file. However, it would be nice...

Things I want this to check: - Duplicate sections - "Unclosed" variables, i.e. forgotten closing `'` on an option - I'd really like to also check for "unclosed" sections, but...

Although we are not tied to units in the `Physics` class, the exception being the reacting flow classes since the thermochemistry libraries are tied to SI units, it might still...