Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
N_TIA_fwd.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Xyce
 Root namespace for the Xyce project.
 
namespace  Xyce::TimeIntg
 

Enumerations

enum  Integration_Method_Mode {
  TIAMethod_NONE = 0,
  TIAMethod_BACKWARD_EULER = 1,
  TIAMethod_BACKWARD_DIFFERENTIATION_2 = 2,
  TIAMethod_TRAPEZOIDAL = 3,
  TIAMethod_VARIABLE_THETA = 4,
  TIAMethod_A_CONTRACTIVE_2 = 5,
  TIAMethod_BACKWARD_DIFFERENTIATION_15 = 6,
  TIAMethod_ONESTEP = 7,
  TIAMethod_GEAR_12 = 8
}
 

Enumeration Type Documentation

Enumerator
TIAMethod_NONE 
TIAMethod_BACKWARD_EULER 
TIAMethod_BACKWARD_DIFFERENTIATION_2 
TIAMethod_TRAPEZOIDAL 
TIAMethod_VARIABLE_THETA 
TIAMethod_A_CONTRACTIVE_2 
TIAMethod_BACKWARD_DIFFERENTIATION_15 
TIAMethod_ONESTEP 
TIAMethod_GEAR_12 

Definition at line 54 of file N_TIA_fwd.h.