From 1ddffbdbf5842b3d0e08e15e7d69073027523b15 Mon Sep 17 00:00:00 2001 From: Zachary Prince Date: Thu, 14 May 2020 16:24:18 -0600 Subject: [PATCH] Surrogates documentation with StochasticToolsAction #14933 --- .../modules/stochastic_tools/examples/surrogate_training.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/stochastic_tools/doc/content/modules/stochastic_tools/examples/surrogate_training.md b/modules/stochastic_tools/doc/content/modules/stochastic_tools/examples/surrogate_training.md index cf4d8cef33b9..e192213fdf8d 100644 --- a/modules/stochastic_tools/doc/content/modules/stochastic_tools/examples/surrogate_training.md +++ b/modules/stochastic_tools/doc/content/modules/stochastic_tools/examples/surrogate_training.md @@ -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