Joshua White

Results 8 issues of Joshua White

VTK / Silo output looks odd with both PascalCase (`TotalDisplacement`) and camelCase (`contactForce`) quantities. We can do a quick cleanup of all the field keys to follow camelCase. Most are...

type: cleanup / refactor

Improve current Stopwatch implementation for runtime profiling, as a complement to caliper timers.

type: cleanup / refactor

We should add some brief documentation to our QuickStart and/or BuildGuide to point new Windows users to good options for installation (e.g. WSL or docker) to avoid headaches associated with...

type: documentation

**What is the requested feature?** Write an `AsciiTableOutput` class derived from `OutputBase` that takes an `array2D` and writes it to output, using path checking and sanitation features from `OutputBase`. This...

type: feature

**What is the requested feature?** GEOSX currently requires a mesh to be defined, even if running in a "meshless" mode (e.g. using the TriaxialDriver). The user needs to add a...

type: feature

**What needs to be documented?** It would be nice to provide some tips for new developers in using memcheck, totalview, nsight compute, etc., with GEOSX. This could likely be a...

type: documentation

While it is good for users to post issues, there are certain cases where we want to direct them to the discussions first, etc. We can expand the issue template...

type: dev environment

This PR adds an LBC viscosity correlation to our compositional fluid property calculations.