Randolph Settgast

Results 32 issues of Randolph Settgast

**Describe the issue** There are a few preprocessor flags in `FaceElementStencil.hpp` that use various methods of the initialization of the new `FaceElement` when performing a coupled fluid-solid fracture problem. The...

type: cleanup / refactor

The integrated tests are lacking in organization, and we spend a lot of time maintaining them. I propose that we state the design goals of our smoke tests (tests for...

type: testing

Adds version info for: - [x] compiler version - [x] MPI version - [x] HDF5 version - [x] VTK version - [x] RAJA version - [x] UMPIRE version - [x]...

I think we should rush `ninja` solutions then? _Originally posted by @TotoGaz in https://github.com/GEOSX/GEOSX/pull/2086#discussion_r992862694_

This PR intends to complete the implementation for 3rd/5th order SEM in serial. - [ ] re-enable proper construction of high order discretization `MeshLevel` - [ ] complete unit testing...

This PR implements the ghosting strategy for multiple `MeshLevel`

The tensor ops functions typically require a single/combination of integer arguments to set the bounds for the function. Take for example: ``` template< std::ptrdiff_t ISIZE, typename VECTOR > LVARRAY_HOST_DEVICE CONSTEXPR_WITHOUT_BOUNDS_CHECK...

@corbett5 I started to include the call to move for the cases we discussed (resize, reserve), but this is actually a larger issue which we should have a unified approach...

effort: 1 week
type: feature

When formatting templated lambdas and/or lambdas with specifiers the formatting would be "incorrect" to my eyes. For instance: ``` namespace ns1 { namespace ns2 { namespace ns3 { namespace ns4...