Robert Carson

Results 21 issues of Robert Carson

The new optimization framework can potentially generate a ton of files due to all the symbolic links to common files for each run conducted. As part of the post-processing step...

enhancement

I've been running some MTS DD type models for an FCC material. I'm finding that our global solver either using the plan newton raphson or newton raphson with a line...

enhancement

In order to use a standard version of MFEM, we need to port a number of features over and swap some of our original implementations for PA/EA assembly methods over...

enhancement

While working with a number of workflow tools, it is starting to seem like it might be useful to make ExaConstit into a callable library. I don't imagine this requiring...

enhancement

In order to simplify the addition of this, I'm working on adding a material-specific `QuadratureFunction` and `QuadratureSpace` into MFEM. After this is in there, we can start refactoring various parts...

enhancement

The current post-processing stuff is a bit brittle and could be handled better. New models that don't fit the mold that's already within the code could easily break things. The...

enhancement

For large simulations, the ability to restart the simulations is vital. We need to be able to save out the mesh, velocity field, current time step, end-time step state variables,...

enhancement
help wanted

The current kernels are all based on the most general non-tensor element formulation. When tensor type elements are used (hexahedron), we can reduce some overhead in our kernels and potentially...

enhancement
GPU

It would be useful to make use of BLT's google test inclusions to test and make sure we don't see any regressions when things are added. The PA_test is pretty...

enhancement

Ran into the following error when trying to use the enzyme_jax export functionality: Note, we found this bug when running the pip installed version of jax so v0.0.8 ``` WARNING:...