Xyce
6.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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-2014 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.5 $
41
//
42
// Revision Date : $Date: 2014/02/24 23:49:24 $
43
//
44
// Current Owner : $Author: tvrusso $
45
//-------------------------------------------------------------------------
46
47
#ifndef Xyce_N_NLS_TwoLevelEnum_h
48
#define Xyce_N_NLS_TwoLevelEnum_h
49
50
// enumerated type.
51
enum
TwoLevelNewtonMode
52
{
53
FULL_PROBLEM
,
// 0
54
INNER_PROBLEM
,
// 1
55
OUTER_PROBLEM
// 2
56
};
57
58
#endif
59
src
NonlinearSolverPKG
include
N_NLS_TwoLevelEnum.h
Generated on Mon Mar 24 2014 10:54:40 for Xyce by
1.8.3.1