Josh Deaton

Results 10 issues of Josh Deaton

While reviewing Part 1 of the corresponding blog series it appears that one of the shell commands needs updated for more recent versions of `pyenv`. After running the following shell...

While configuring GitHub Actions in this repository and attempting to get MAST to compile with both libMesh versions 1.5.1 and 1.6.2 I ran into issues related to handling of the...

This PR formally adds the feature for applying concentrated point loads to structural systems. This load application is similar in principle to Nastran/ASTROS FORCE cards and Abaqus *CLOAD keyword entry.

As I've been working the last few days I've been using clang-tidy and checking out some of the warnings/errors it gives to see where we can clean things up. It...

@manavbhatia One thing @JohnDN90 and I noticed was that there is a mix of protected and public residual/Jacobian methods in the elements. The protected ones (for example `thermal_residual()` in 1D...

As mentioned in #57, it seems that the load is not being captured during the residual evaluation in structural example 2. This may be due to some of our recent...

While getting the CI system to check that examples will execute (PR #57) I came across some issues in the implementation of the examples with optimization. It seems that there...

One thing that would make the generated API documentation more readable is to move the "Detailed Description" to the top of the page. This can be done by providing a...

enhancement

This issue is a placeholder for my notes & work in progress for defining a style guide for our custom CMake modules and `CMakeLists.txt` files. Some references: - http://nupic.docs.numenta.org/1.0.2/contributing/cmake-style-guide.html -...

enhancement

In order for my MAST spack package to work as designed and be pulled into the mainline spack repository, we need to define version numbering for MAST. I think now...