Patrick Behne

Results 10 issues of Patrick Behne

## Automatic checkpoints based on wall time ### Overview: This pull request aims to enhance the checkpoint system. The changes encompass several key improvements, including introducing wall-time based checkpoints, standardizing...

Clean up sideset generation and factor out commonalities in a base class. Closes #26252.

## Reason Users can choose to run an MOOSE input without solving by setting Problem/solve=false. When this is done, however, PETSc sees options that are used during the solve as...

PR: Failed but allowed

This PR provides enhancements to the existing automatic wall time checkpoint system. Specifically, - The `Outputs/wall_time_checkpoint` shortcut syntax is introduced as an easy way to turn off automatic checkpoint output....

### Motivation Users can choose to run an MOOSE input without solving by setting `Problem/solve=false`. When this is done, however, PETSc sees options that are used during the solve as...

C: Framework
T: task

Following the initial implementation of automatic wall time checkpoints in #26588, users have requested enhancements to the feature. These include: - [x] Adding an easy way to turn off automatic...

C: Framework

### Bug Description MOOSE is setting PETSc options that are not always used. When this occurs, PETSc emits an annoying unused options warning that the user cannot do anything about....

T: defect
P: normal

The sole purpose of the `RunCommand` tester is to, as the name implies, run an arbitrary command. This capability already exists with the `command` parameter in the `RunApp` tester. An...

At the time this issue was created, there are several uses of `paramError` in `AdvancedExtrudedGenerator` that the test suite does not hit, as shown by coverage reports. These parameters are:...