https://mooseframework.inl.gov
Loading...
Searching...
No Matches
stochastic_tools
test
include
controls
InputMatrixControl.h
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
10
#pragma once
11
12
#include "
Control.h
"
13
14
class
Function
;
15
16
class
InputMatrixControl
:
public
Control
17
{
18
public
:
23
static
InputParameters
validParams
();
24
25
InputMatrixControl
(
const
InputParameters
&
parameters
);
26
27
virtual
void
execute
()
override
;
28
29
private
:
31
const
Function
&
_nrow_function
;
33
const
Function
&
_ncol_function
;
35
const
Function
&
_sample_function
;
36
};
Control.h
Control
Function
InputMatrixControl
Definition
InputMatrixControl.h:17
InputMatrixControl::_ncol_function
const Function & _ncol_function
Function controlling the number of columns.
Definition
InputMatrixControl.h:33
InputMatrixControl::_nrow_function
const Function & _nrow_function
Function controlling the number of rows.
Definition
InputMatrixControl.h:31
InputMatrixControl::validParams
static InputParameters validParams()
Class constructor.
Definition
InputMatrixControl.C:17
InputMatrixControl::execute
virtual void execute() override
Definition
InputMatrixControl.C:42
InputMatrixControl::_sample_function
const Function & _sample_function
Function controlling the sample value.
Definition
InputMatrixControl.h:35
Control::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:51 for https://mooseframework.inl.gov by
1.9.8