https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LoadMappingDataAction.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 "VariableMappingBase.h"
12#include "FEProblem.h"
13#include "StochasticToolsApp.h"
14
15registerMooseAction("StochasticToolsApp", LoadMappingDataAction, "load_mapping_data");
16
19{
22 "Load the model data for the objects defined in the `[VariableMappings]` block.");
23 return params;
24}
25
registerMooseAction("StochasticToolsApp", LoadMappingDataAction, "load_mapping_data")
void addClassDescription(const std::string &doc_string)
Action which is responsible for loading essential data for variable mapping objects from separate bin...
static InputParameters validParams()
LoadMappingDataAction(const InputParameters &params)
Action for loading the model data for the mapping objects.
static InputParameters validParams()
This is an abstract base class for objects that provide mapping between a full-order and a latent spa...