HermesCommon
3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
nonlinear_convergence_measurement.h
Go to the documentation of this file.
1
// This file is part of Hermes2D
2
//
3
// Copyright (c) 2009 hp-FEM group at the University of Nevada, Reno (UNR).
4
// Email: hpfem-group@unr.edu, home page: http://www.hpfem.org/.
5
//
6
// Hermes2D is free software; you can redistribute it and/or modify
7
// it under the terms of the GNU General Public License as published
8
// by the Free Software Foundation; either version 2 of the License,
9
// or (at your option) any later version.
10
//
11
// Hermes2D is distributed in the hope that it will be useful,
12
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
// GNU General Public License for more details.
15
//
16
// You should have received a copy of the GNU General Public License
17
// along with Hermes2D; if not, write to the Free Software
18
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
#ifndef __HERMES_COMMON_NONLINEAR_CONVERGENCE_MEASUREMENT_H_
23
#define __HERMES_COMMON_NONLINEAR_CONVERGENCE_MEASUREMENT_H_
24
25
#include "
solvers/nonlinear_matrix_solver.h
"
26
#include "
util/compat.h
"
27
28
namespace
Hermes
29
{
30
namespace
Solvers
31
{
32
template
<
typename
Scalar>
class
NonlinearMatrixSolver
;
33
34
template
<
typename
Scalar>
35
class
HERMES_API
NonlinearConvergenceMeasurement
36
{
37
public
:
39
static
bool
converged(
NonlinearMatrixSolver<Scalar>
* newtonSolver);
40
};
41
}
42
}
43
#endif
Hermes
General namespace for the Hermes library.
Definition:
algebra_mixins.h:30
Hermes::Solvers::NonlinearMatrixSolver
Base class for defining interface for nonlinear solvers.
Definition:
nonlinear_convergence_measurement.h:32
compat.h
File containing platform compatibility layer, especially for Win / MSVC.
Hermes::Solvers::NonlinearConvergenceMeasurement
Definition:
nonlinear_convergence_measurement.h:35
nonlinear_matrix_solver.h
General nonlinear solver functionality.
include
solvers
nonlinear_convergence_measurement.h
Generated on Fri Sep 19 2014 09:53:36 for HermesCommon by
1.8.8