GRINS-0.8.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
solver
include
grins
steady_solver.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------bl-
2
//--------------------------------------------------------------------------
3
//
4
// GRINS - General Reacting Incompressible Navier-Stokes
5
//
6
// Copyright (C) 2014-2017 Paul T. Bauman, Roy H. Stogner
7
// Copyright (C) 2010-2013 The PECOS Development Team
8
//
9
// This library is free software; you can redistribute it and/or
10
// modify it under the terms of the Version 2.1 GNU Lesser General
11
// Public License as published by the Free Software Foundation.
12
//
13
// This library is distributed in the hope that it will be useful,
14
// but WITHOUT ANY WARRANTY; without even the implied warranty of
15
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
// Lesser General Public License for more details.
17
//
18
// You should have received a copy of the GNU Lesser General Public
19
// License along with this library; if not, write to the Free Software
20
// Foundation, Inc. 51 Franklin Street, Fifth Floor,
21
// Boston, MA 02110-1301 USA
22
//
23
//-----------------------------------------------------------------------el-
24
25
26
#ifndef GRINS_STEADY_SOLVER_H
27
#define GRINS_STEADY_SOLVER_H
28
29
//GRINS
30
#include "
grins/solver.h
"
31
32
namespace
GRINS
33
{
34
class
SteadySolver
:
public
Solver
35
{
36
public
:
37
38
SteadySolver
(
const
GetPot& input );
39
virtual
~SteadySolver
();
40
41
virtual
void
solve
(
SolverContext
& context );
42
43
virtual
void
adjoint_qoi_parameter_sensitivity
44
(
SolverContext
& context,
45
const
libMesh::QoISet& qoi_indices,
46
const
libMesh::ParameterVector& parameters_in,
47
libMesh::SensitivityData& sensitivities)
const
;
48
49
virtual
void
forward_qoi_parameter_sensitivity
50
(
SolverContext
& context,
51
const
libMesh::QoISet& qoi_indices,
52
const
libMesh::ParameterVector& parameters_in,
53
libMesh::SensitivityData& sensitivities)
const
;
54
55
protected
:
56
57
virtual
void
init_time_solver
(
GRINS::MultiphysicsSystem
* system);
58
59
};
60
}
// namespace GRINS
61
#endif // GRINS_STEADY_SOLVER_H
GRINS::SteadySolver::init_time_solver
virtual void init_time_solver(GRINS::MultiphysicsSystem *system)
Definition:
steady_solver.C:54
GRINS::Solver
Definition:
solver.h:51
GRINS::SteadySolver::solve
virtual void solve(SolverContext &context)
Definition:
steady_solver.C:62
GRINS
GRINS namespace.
Definition:
arrhenius_catalycity.h:31
GRINS::SteadySolver
Definition:
steady_solver.h:34
GRINS::SteadySolver::SteadySolver
SteadySolver(const GetPot &input)
Definition:
steady_solver.C:43
GRINS::SteadySolver::forward_qoi_parameter_sensitivity
virtual void forward_qoi_parameter_sensitivity(SolverContext &context, const libMesh::QoISet &qoi_indices, const libMesh::ParameterVector ¶meters_in, libMesh::SensitivityData &sensitivities) const
Definition:
steady_solver.C:126
solver.h
GRINS::MultiphysicsSystem
Interface with libMesh for solving Multiphysics problems.
Definition:
multiphysics_sys.h:77
GRINS::SteadySolver::adjoint_qoi_parameter_sensitivity
virtual void adjoint_qoi_parameter_sensitivity(SolverContext &context, const libMesh::QoISet &qoi_indices, const libMesh::ParameterVector ¶meters_in, libMesh::SensitivityData &sensitivities) const
Definition:
steady_solver.C:107
GRINS::SolverContext
Simple class to hold objects passed to Solver::solve.
Definition:
solver_context.h:51
GRINS::SteadySolver::~SteadySolver
virtual ~SteadySolver()
Definition:
steady_solver.C:49
Generated on Tue Dec 19 2017 12:47:28 for GRINS-0.8.0 by
doxygen
1.8.9.1