My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
transient Namespace Reference

Functions

void calcCorrectorCoeff (int, int, nr_double_t *, nr_double_t *)
 
void calcPredictorCoeff (int, int, nr_double_t *, nr_double_t *)
 
void getConductance (integrator *, nr_double_t, nr_double_t &)
 
void integrateEuler (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)
 
void integrateBilinear (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)
 
void integrateGear (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)
 
void integrateMoulton (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)
 
void setIntegrationMethod (circuit *, int)
 
int correctorType (char *, int &)
 
int correctorType (int, int)
 
int predictorType (int, int, int &)
 
nr_double_t getCorrectorError (int, int)
 
nr_double_t getPredictorError (int, int)
 

Function Documentation

void transient::calcCorrectorCoeff ( int  Method,
int  order,
nr_double_t *  coefficients,
nr_double_t *  delta 
)

Definition at line 53 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void transient::calcPredictorCoeff ( int  Method,
int  order,
nr_double_t *  coefficients,
nr_double_t *  delta 
)

Definition at line 167 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int transient::correctorType ( char *  Method,
int &  MaxOrder 
)

Definition at line 329 of file transient.cpp.

Here is the caller graph for this function:

int transient::correctorType ( int  Method,
int  order 
)

Definition at line 422 of file transient.cpp.

void transient::getConductance ( integrator c,
nr_double_t  cap,
nr_double_t &  geq 
)

Definition at line 245 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

nr_double_t transient::getCorrectorError ( int  Method,
int  order 
)

Definition at line 427 of file transient.cpp.

Here is the caller graph for this function:

nr_double_t transient::getPredictorError ( int  Method,
int  order 
)

Definition at line 432 of file transient.cpp.

Here is the caller graph for this function:

void transient::integrateBilinear ( integrator c,
int  qstate,
nr_double_t  cap,
nr_double_t &  geq,
nr_double_t &  ceq 
)

Definition at line 264 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void transient::integrateEuler ( integrator c,
int  qstate,
nr_double_t  cap,
nr_double_t &  geq,
nr_double_t &  ceq 
)

Definition at line 252 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void transient::integrateGear ( integrator c,
int  qstate,
nr_double_t  cap,
nr_double_t &  geq,
nr_double_t &  ceq 
)

Definition at line 276 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void transient::integrateMoulton ( integrator c,
int  qstate,
nr_double_t  cap,
nr_double_t &  geq,
nr_double_t &  ceq 
)

Definition at line 290 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int transient::predictorType ( int  corrMethod,
int  corrOrder,
int &  predOrder 
)

Definition at line 359 of file transient.cpp.

Here is the caller graph for this function:

void transient::setIntegrationMethod ( circuit c,
int  Method 
)

Definition at line 306 of file transient.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: