Xyce
6.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
N_ANP_fwd.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
// Copyright Notice
3
//
4
// Copyright 2002 Sandia Corporation. Under the terms
5
// of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S.
6
// Government retains certain rights in this software.
7
//
8
// Xyce(TM) Parallel Electrical Simulator
9
// Copyright (C) 2002-2015 Sandia Corporation
10
//
11
// This program is free software: you can redistribute it and/or modify
12
// it under the terms of the GNU General Public License as published by
13
// the Free Software Foundation, either version 3 of the License, or
14
// (at your option) any later version.
15
//
16
// This program is distributed in the hope that it will be useful,
17
// but WITHOUT ANY WARRANTY; without even the implied warranty of
18
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
// GNU General Public License for more details.
20
//
21
// You should have received a copy of the GNU General Public License
22
// along with this program. If not, see <http://www.gnu.org/licenses/>.
23
//-----------------------------------------------------------------------------
24
25
//-----------------------------------------------------------------------------
26
// Filename : $RCSfile: N_ANP_fwd.h,v $
27
//
28
// Purpose : AC analysis class
29
//
30
// Special Notes : Specify any "hidden" or subtle details of the class here.
31
// Portability details, error handling information, etc.
32
//
33
// Creator : Ting Mei
34
//
35
// Creation Date : 01/11
36
//
37
// Revision Information:
38
// ---------------------
39
//
40
// Revision Number: $Revision: 1.19 $
41
// Revision Date : $Date: 2015/07/09 21:39:39 $
42
// Current Owner : $Author: dgbaur $
43
//-----------------------------------------------------------------------------
44
45
#ifndef Xyce_N_ANP_fwd_h
46
#define Xyce_N_ANP_fwd_h
47
48
#include <vector>
49
50
namespace
Xyce
{
51
namespace
Analysis {
52
53
enum
Mode
54
{
55
ANP_MODE_INVALID
,
56
ANP_MODE_DC_OP
,
57
ANP_MODE_DC_SWEEP
,
58
ANP_MODE_DC_NLPOISSON
,
59
ANP_MODE_TRANSIENT
,
60
ANP_MODE_MPDE
,
61
ANP_MODE_HB
,
62
ANP_MODE_AC
,
63
ANP_MODE_NOISE
,
64
ANP_MODE_MOR
65
};
66
67
enum
DCOPType
{
68
NL_POISSON
,
69
DRIFT_DIFFUSION
,
70
OFF
71
};
72
73
enum
TwoLevelMode
{
TWO_LEVEL_MODE_TRANSIENT_DCOP
= 0,
TWO_LEVEL_MODE_TRANSIENT
= 1,
TWO_LEVEL_MODE_DC_SWEEP
= 2};
74
75
class
AC;
76
class
AnalysisCreatorRegistry;
77
class
AnalysisBase;
78
class
AnalysisManager;
79
class
DCSweep;
80
class
Dakota;
81
class
HB;
82
class
MOR;
83
class
MPDE;
84
class
ModelEvaluator;
85
class
ModelEvaluator_Stateless;
86
class
NOISE;
87
class
NoiseData;
88
class
OutputAdapter;
89
class
OutputMgrAdapter;
90
class
ProcessorBase;
91
class
ProcessorCreatorRegistry;
92
class
Step;
93
class
SweepParam;
94
class
Transient
;
95
96
typedef
std::vector<SweepParam>
SweepVector
;
97
98
}
// namespace Analysis
99
}
// namespace Xyce
100
101
#endif // Xyce_N_ANP_fwd_h
Xyce::Analysis::ANP_MODE_MPDE
Definition:
N_ANP_fwd.h:60
Xyce::Analysis::TWO_LEVEL_MODE_TRANSIENT
Definition:
N_ANP_fwd.h:73
Xyce::Analysis::ANP_MODE_MOR
Definition:
N_ANP_fwd.h:64
Xyce::Analysis::Transient
Definition:
N_ANP_Transient.h:76
Xyce
Pure virtual class to augment a linear system.
Definition:
AnalysisPKG/index.dox:4
Xyce::Analysis::DCOPType
DCOPType
Definition:
N_ANP_fwd.h:67
Xyce::Analysis::ANP_MODE_DC_NLPOISSON
Definition:
N_ANP_fwd.h:58
Xyce::Analysis::OFF
Definition:
N_ANP_fwd.h:70
Xyce::Analysis::DRIFT_DIFFUSION
Definition:
N_ANP_fwd.h:69
Xyce::Analysis::ANP_MODE_DC_OP
Definition:
N_ANP_fwd.h:56
Xyce::Analysis::Mode
Mode
Definition:
N_ANP_fwd.h:53
Xyce::Analysis::ANP_MODE_AC
Definition:
N_ANP_fwd.h:62
Xyce::Analysis::ANP_MODE_TRANSIENT
Definition:
N_ANP_fwd.h:59
Xyce::Analysis::TwoLevelMode
TwoLevelMode
Definition:
N_ANP_fwd.h:73
Xyce::Analysis::TWO_LEVEL_MODE_TRANSIENT_DCOP
Definition:
N_ANP_fwd.h:73
Xyce::Analysis::ANP_MODE_NOISE
Definition:
N_ANP_fwd.h:63
Xyce::Analysis::SweepVector
std::vector< SweepParam > SweepVector
Definition:
N_ANP_fwd.h:94
Xyce::Analysis::ANP_MODE_DC_SWEEP
Definition:
N_ANP_fwd.h:57
Xyce::Analysis::TWO_LEVEL_MODE_DC_SWEEP
Definition:
N_ANP_fwd.h:73
Xyce::Analysis::ANP_MODE_INVALID
Definition:
N_ANP_fwd.h:55
Xyce::Analysis::NL_POISSON
Definition:
N_ANP_fwd.h:68
Xyce::Analysis::ANP_MODE_HB
Definition:
N_ANP_fwd.h:61
src
AnalysisPKG
include
N_ANP_fwd.h
Generated by
1.8.10