Warnings.
3 lines of code changed in 3 files:
Encapsulating the Sandbox and SSPRK solvers a little better.
Added a test of the linear solver in the Sandbox and cleared out what was there before.
242 lines of code changed in 9 files:
Removing an unused solver.
1 lines of code changed in 2 files:
Removing the build_task function which is not needed anymore.
4 lines of code changed in 18 files:
Changed option for mpirun:
-np -> -n
5 lines of code changed in 3 files:
Discrete ordinates solver now runs for periodic domains. More work needed for other BC types.
20 lines of code changed in 1 file:
* Re-ordered grid variable access functions.
* Cleaned up whitespace and formatting.
286 lines of code changed in 1 file:
Introduce some order into the ApplicationFactory if-else spaghetti, e.g. many {}.
0 lines of code changed in 4 files:
Refactor and resurrect the UnifiedSchedulerTest example component. This is specifically to work with Intel teams on the Aurora (A21) ESP project, specifically to help integrate the sysclct (sycl CUDA translation) tool into the Uintah build system in preparation for the future Aurora (A21) ESP runs.
0 lines of code changed in 6 files:
* Removed extra semicolons.
0 lines of code changed in 6 files:
PowerLaw2 velocity initialization:
-User can specify the floor and ceiling location of the channel. They may differ from
gridMin and gridMax if MPM particles are lining the floor and ceiling.
0 lines of code changed in 4 files:
Added warnOnFailure and haltOnFailure flags to buildSteps.
If compilation fails then copy the build directory to /data/buildbot/... so the user
can investigate.
44 lines of code changed in 1 file:
Add ability to create 2D (x-y plane) geometry from a sequential series of
points that enclose the geometry. A usage example added in inputs/MPM
400 lines of code changed in 8 files: