Skip to content

Commit

Permalink
Surrogates documentation with StochasticToolsAction idaholab#14933
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmprince committed May 14, 2020
1 parent 1896ba8 commit 1ddffbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ This section describes how to set up an input file to train a surrogate and outp

### Omitting Solve

Any input file in [MOOSE] needs to include a [Mesh](Mesh/index.md), [Variables](syntax/Variables/index.md), and [Executioner](Executioner/index.md) block. However, the stochastic master app does not actually create or solve a system. So the following blocks will minimize the creation of a mesh and skip the solve:
Any input file in [MOOSE] needs to include a [Mesh](Mesh/index.md), [Variables](syntax/Variables/index.md), and [Executioner](Executioner/index.md) block. However, the stochastic master app does not actually create or solve a system. So the [StochasticToolsAction](StochasticTools/index.md) builds a minimal model to satisfy these requirements:

!listing examples/surrogates/nearest_point_training.i block=Mesh Variables Executioner Problem
!listing examples/surrogates/nearest_point_training.i block=StochasticTools

!! omitting_solve_finish

Expand Down

0 comments on commit 1ddffbd

Please sign in to comment.