Skip to content

Commit

Permalink
Merge pull request #24 from zachmprince/stm-docs-14933
Browse files Browse the repository at this point in the history
Surrogates documentation with StochasticToolsAction
  • Loading branch information
aeslaughter authored May 14, 2020
2 parents 908f276 + 1ddffbd commit 7980bc2
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 7980bc2

Please sign in to comment.