https://mooseframework.inl.gov
LoadSurrogateDataAction.C
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
11 #include "SurrogateModel.h"
12 #include "FEProblem.h"
13 #include "StochasticToolsApp.h"
14 
15 registerMooseAction("StochasticToolsApp", LoadSurrogateDataAction, "load_surrogate_data");
16 
19 {
21  params.addClassDescription("Calls load method on SurrogateModel objects contained within the "
22  "`[Surrogates]` input block, if a filename is given.");
23  return params;
24 }
25 
28 {
29 }
static InputParameters validParams()
LoadSurrogateDataAction(const InputParameters &params)
Action which is responsible for loading essential data for surrogates from separate binary files...
Action for loading the model data for the mapping objects.
void addClassDescription(const std::string &doc_string)
registerMooseAction("StochasticToolsApp", LoadSurrogateDataAction, "load_surrogate_data")
static InputParameters validParams()