Predictor System
The Predictor system has not been documented. The content listed below should be used as a starting point for documenting the system, which includes the typical automatic documentation associated with a system; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# Predictor System
## Overview
!! Replace this line with information regarding the Predictor system.
## Example Input File Syntax
!! Describe and include an example of how to use the Predictor system.
!syntax list /Executioner/Predictor objects=True actions=False subsystems=False
!syntax list /Executioner/Predictor objects=False actions=False subsystems=True
!syntax list /Executioner/Predictor objects=False actions=True subsystems=False
Available Objects
- Moose App
- AdamsPredictorImplements an explicit Adams predictor based on two old solution vectors.
- SimplePredictorAlgorithm that will predict the next solution based on previous solutions.
Available Actions
- Moose App
- SetupPredictorActionAdd a Predictor object to the simulation.