Robert Carson

Results 60 comments of Robert Carson

The unit tests have been updated and now we have a python driver for some of the full simulations tests as of 9af0de44abcdda2705760bee55bb1ba34e344a0d I'm going to keep this issue open...

One possible way to support this now would be potentially to save the quadrature data off using an L2 FiniteElementSpace GridFunction of the same order as the QuadratureFunction using the...

So this should be really easy once PR# https://github.com/LLNL/axom/pull/433 is pulled in. Afterwards, we just have to load back-up the desired cycle for the user, and we'll be off to...

During this update we'll want to also add the plastic work as an output. It shouldn't be too bad. So, we know once we have the flow strength which is...

The plastic work was added in 638af656f1b59665850ac641f8644963ef0ab2cc but I still need to add the options to actually output the average plastic work in the body. Additionally, I'll be adding back...

As I'm working on splitting the post-processing parts off, I'm realizing that we'll probably want a larger refactoring of everything... Essentially, the mechanics driver has things a bit too intertwined....

#44 will help deal with portions of this in that all of our BC stuff is starting to be cleaned up. I think if we make https://github.com/LLNL/ExaConstit/blob/c7786798d746152f1d338636044a26dc49ab66f5/src/BCManager.cpp as a standalone...

@dongahn and others would it be possible to get this added to the CORAL 1 documentation. Specifically that `flux mini run -n2 -o cpu-affinity=per-task -o gpu-affinity=per-task` is the equivalent to...

Could a simple unit test be added just to make sure this works roughly as expected and doesn't accidentally break in the future?

@bechols97 so one of the libraries I maintain has a failure macro that on the host side throw an error with some useful error messages associated with it which can...