My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Namespaces | |
namespace | transient |
Enumerations | |
enum | integrator_type { INTEGRATOR_UNKNOWN = -1, INTEGRATOR_EULER = 0, INTEGRATOR_TRAPEZOIDAL = 1, INTEGRATOR_GEAR = 2, INTEGRATOR_ADAMSMOULTON = 3, INTEGRATOR_ADAMSBASHFORD = 4 } |
Functions | |
void | transient::calcCorrectorCoeff (int, int, nr_double_t *, nr_double_t *) |
void | transient::calcPredictorCoeff (int, int, nr_double_t *, nr_double_t *) |
void | transient::getConductance (integrator *, nr_double_t, nr_double_t &) |
void | transient::integrateEuler (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &) |
void | transient::integrateBilinear (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &) |
void | transient::integrateGear (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &) |
void | transient::integrateMoulton (integrator *, int, nr_double_t, nr_double_t &, nr_double_t &) |
void | transient::setIntegrationMethod (circuit *, int) |
int | transient::correctorType (char *, int &) |
int | transient::correctorType (int, int) |
int | transient::predictorType (int, int, int &) |
nr_double_t | transient::getCorrectorError (int, int) |
nr_double_t | transient::getPredictorError (int, int) |
enum integrator_type |
INTEGRATOR_UNKNOWN | |
INTEGRATOR_EULER | |
INTEGRATOR_TRAPEZOIDAL | |
INTEGRATOR_GEAR | |
INTEGRATOR_ADAMSMOULTON | |
INTEGRATOR_ADAMSBASHFORD |
Definition at line 28 of file transient.h.