This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | sparseErrors { E_INTERN = 1, E_SINGULAR = 102, E_ITERLIM = 103, E_ORDER = 104 } |
| SPARSE error constants. More... | |
| enum | solverModeConstants { MODE = 0x3, MODETRAN = 0x1, MODEAC = 0x2, MODEDC = 0x70, MODEDCOP = 0x10, MODETRANOP = 0x20, INITF = 0x3f00, MODEINITFLOAT = 0x100, MODEINITJCT = 0x200, MODEINITFIX = 0x400, MODEINITSMSIG = 0x800, MODEINITTRAN = 0x1000, MODEINITPRED = 0x2000, MODEUIC = 0x10000l } |
| Solver state constants similar to those defined in SPICE. More... | |
| enum | iterationModeConstants { NISHOULDREORDER = 0x1, NIREORDERED = 0x2, NIUNINITIALIZED = 0x4, NIACSHOULDREORDER = 0x10, NIACREORDERED = 0x20, NIACUNINITIALIZED = 0x40, NIDIDPREORDER = 0x100, NIPZSHOULDREORDER = 0x200 } |
| Kernel state constants similar to those defined in SPICE. More... | |
| enum | nodeConstants { EFFORT = 3, FLOW = 4 } |
| Used by the nodelist to determine the type and number of nodes associated with a quantity. More... | |
| enum | eqnType { BRANCH_EQN, FREE_EQN, DIFFERENTIAL_EQN } |
| Defines the type of the equation. More... | |
| enum | nodeError { NONODE = -1 } |
|
|
Defines the type of the equation.
|
|
|
Kernel state constants similar to those defined in SPICE.
|
|
|
Used by the nodelist to determine the type and number of nodes associated with a quantity.
|
|
|
|
|
|
Solver state constants similar to those defined in SPICE.
|
|
|
SPARSE error constants.
|
1.4.6