Jacob Moore

Results 11 issues of Jacob Moore

Currently, Fierro has limited unit testing coverage. This needs to be remedied for the long-term health of the project. Automated unit testing allows for the safe integration of new features...

enhancement
good first issue
help wanted

Kokkos lets us name kernels. We need to modify our macros to allow users to name the kernel. This will be super helpful for debugging, plus I think it will...

documentation
good first issue

It has been noted that some functions are missing the KOKKOS_FUNCTION macro, and are therefore unable to be called by the device. We need to go through and verify that...

good first issue

Our asserts need to be tweaked. With a verbose compiler I'm getting the following warning for most all of the asserts: ``` "/kokkos_types.h", line 3834: warning: pointless comparison of unsigned...

good first issue

# Description Adds the ability to have user defined strength models, both state and increment based, and pipes everything up to work with YAML parsing. ## Type of change Please...

We have a solid test script for the set values function, but we need to integrate it to our google test framework. If anyone wants to take this on, ping...

# Description Setup for the material centric data/state structs is complex, and leads to difficulty when adding new state fields. This PR is an attempt to simplify the process and...

# Description This is the PR for Zack's work. Adds capabilities to the gui for reading dream3D files as well as a few other additions. ## Type of change Please...

For example, look at the FArrayKokkos, where there is an optional[ tag_string](https://github.com/lanl/MATAR/blob/293ae4eeee304bbf27143d85a4c90563bfc3071f/src/include/kokkos_types.h#L152) that is used to name the array for debugging purposes. We need an equivalent in all of our...

enhancement
good first issue

Multi-material multi-physics multi-solver setup is hard, and one of the things often missed is sanity checks on all of the combinations of things that can go wrong. We need to...

bug
enhancement
help wanted