https://mooseframework.inl.gov
Loading...
Searching...
No Matches
nDRosenbrock.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://www.mooseframework.org
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#pragma once
10
12
13/* SOBOL test function, see Slaughter, Eq. 5.51 */
15{
16public:
19 virtual void execute() override;
20 virtual void initialize() override {}
21 virtual void finalize() override;
22
23protected:
25 const bool & _classify;
26 const Real & _limiting_value;
28};
std::vector< Real > VectorPostprocessorValue
const InputParameters & parameters() const
static InputParameters validParams()
virtual void execute() override
virtual void initialize() override
Sampler & _sampler
virtual void finalize() override
const Real & _limiting_value
VectorPostprocessorValue & _values
const bool & _classify