Xyce
6.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
N_NLS_TwoLevelEnum.h
Go to the documentation of this file.
1
2
//-----------------------------------------------------------------------------
3
// Copyright Notice
4
//
5
// Copyright 2002 Sandia Corporation. Under the terms
6
// of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S.
7
// Government retains certain rights in this software.
8
//
9
// Xyce(TM) Parallel Electrical Simulator
10
// Copyright (C) 2002-2015 Sandia Corporation
11
//
12
// This program is free software: you can redistribute it and/or modify
13
// it under the terms of the GNU General Public License as published by
14
// the Free Software Foundation, either version 3 of the License, or
15
// (at your option) any later version.
16
//
17
// This program is distributed in the hope that it will be useful,
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
// GNU General Public License for more details.
21
//
22
// You should have received a copy of the GNU General Public License
23
// along with this program. If not, see <http://www.gnu.org/licenses/>.
24
//-----------------------------------------------------------------------------
25
26
//-------------------------------------------------------------------------
27
// Filename : $RCSfile: N_NLS_TwoLevelEnum.h,v $
28
//
29
// Purpose :
30
//
31
// Special Notes :
32
//
33
// Creator : Eric Keiter, SNL, Parallel Computational Sciences
34
//
35
// Creation Date : 02/11/07
36
//
37
// Revision Information:
38
// ---------------------
39
//
40
// Revision Number: $Revision: 1.7 $
41
//
42
// Revision Date : $Date: 2015/04/08 19:18:29 $
43
//
44
// Current Owner : $Author: tvrusso $
45
//-------------------------------------------------------------------------
46
47
#ifndef Xyce_N_NLS_TwoLevelEnum_h
48
#define Xyce_N_NLS_TwoLevelEnum_h
49
50
namespace
Xyce
{
51
namespace
Nonlinear {
52
53
// enumerated type.
54
enum
TwoLevelNewtonMode
55
{
56
FULL_PROBLEM
,
// 0
57
INNER_PROBLEM
,
// 1
58
OUTER_PROBLEM
// 2
59
};
60
61
}
// namespace Nonlinear
62
}
// namespace Xyce
63
64
#endif // Xyce_N_NLS_TwoLevelEnum_h
65
Xyce::Nonlinear::INNER_PROBLEM
Definition:
N_NLS_TwoLevelEnum.h:57
Xyce
Pure virtual class to augment a linear system.
Definition:
AnalysisPKG/index.dox:4
Xyce::Nonlinear::OUTER_PROBLEM
Definition:
N_NLS_TwoLevelEnum.h:58
Xyce::Nonlinear::TwoLevelNewtonMode
TwoLevelNewtonMode
Definition:
N_NLS_TwoLevelEnum.h:54
Xyce::Nonlinear::FULL_PROBLEM
Definition:
N_NLS_TwoLevelEnum.h:56
src
NonlinearSolverPKG
include
N_NLS_TwoLevelEnum.h
Generated by
1.8.10