https://mooseframework.inl.gov
ExodusOptimizationSteady.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 // MOOSE includes
13 #include "Exodus.h"
14 #include "Steady.h"
15 
20 {
21 public:
23 
28 
29 protected:
33  void customizeFileOutput() override;
34 
38  virtual Real getOutputTime() override;
39 
40 private:
42  const Steady * const _steady_exec;
43 };
ExodusOptimizationSteady(const InputParameters &parameters)
Class constructor.
const Steady *const _steady_exec
For steady (and steady and adjoint) executioner.
static InputParameters validParams()
virtual Real getOutputTime() override
Get time for output (i.e.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void customizeFileOutput() override
Customize file output with steady and adjoint iteration number.
const InputParameters & parameters() const
Class for output data to the ExodusII format.