|
| ACREATOR (acsolver) |
|
| acsolver (char *) |
|
| acsolver (acsolver &) |
|
| ~acsolver () |
|
int | solve (void) |
| placehoder for solution function More...
|
|
void | solve_noise (void) |
|
void | init (void) |
|
void | saveAllResults (nr_double_t) |
|
void | saveNoiseResults (qucs::vector *) |
|
| nasolver () |
|
| nasolver (char *) |
|
| nasolver (nasolver &) |
|
| ~nasolver () |
|
int | solve_once (void) |
|
int | solve_nonlinear (void) |
|
int | solve_nonlinear_continuation_gMin (void) |
|
int | solve_nonlinear_continuation_Source (void) |
|
int | solve_linear (void) |
|
void | solve_pre (void) |
|
void | solve_post (void) |
|
void | setDescription (const char *n) |
|
const char * | getDescription (void) |
|
void | saveResults (const char *, const char *, int, qucs::vector *f=NULL) |
|
void | setCalculation (calculate_func_t f) |
|
void | calculate (void) |
|
const char * | getHelperDescription (void) |
|
int | getN () |
| Returns the number of node voltages in the circuit. More...
|
|
int | getM () |
| Returns the number of branch currents in the circuit. More...
|
|
| analysis () |
| Constructor (Unnamed) More...
|
|
| analysis (char *) |
|
| analysis (analysis &) |
|
| ~analysis () |
| Destructor. More...
|
|
virtual int | initialize (void) |
| placehoder for initialization function More...
|
|
virtual int | cleanup (void) |
| placehoder for cleanup function More...
|
|
virtual bool | isExternal (void) |
| informs whether this is an external sim More...
|
|
dataset * | getData (void) |
|
void | setData (dataset *d) |
|
net * | getNet (void) |
|
void | setNet (net *netlist) |
|
environment * | getEnv (void) |
|
void | setEnv (environment *e) |
|
ptrlist< analysis > * | getAnalysis (void) |
|
void | setAnalysis (ptrlist< analysis > *a) |
|
void | addAnalysis (analysis *) |
|
void | delAnalysis (analysis *) |
|
int | getType (void) |
|
void | setType (int t) |
|
sweep * | createSweep (const char *) |
| create a named sweep object More...
|
|
void | saveVariable (const char *, nr_complex_t, qucs::vector *) |
| Save variable into analysis dataset. More...
|
|
bool | getProgress (void) |
| get More...
|
|
void | setProgress (bool p) |
| Sets the progress. More...
|
|
| object () |
|
| object (const char *) |
|
| object (const object &) |
|
virtual | ~object () |
|
object * | getNext (void) |
|
void | setNext (object *o) |
|
object * | getPrev (void) |
|
void | setPrev (object *o) |
|
void | setName (const char *) |
|
char * | getName (void) |
|
void | addProperty (property *) |
|
property * | addProperty (const char *, const char *) |
|
property * | addProperty (const char *, nr_double_t) |
|
property * | addProperty (const char *, variable *) |
|
void | setProperty (const char *, char *) |
|
void | setProperty (const char *, nr_double_t) |
|
void | setScaledProperty (const char *, nr_double_t) |
|
void | setProperty (const char *, variable *) |
|
vector * | getPropertyVector (const char *) |
|
char * | getPropertyString (const char *) |
|
char * | getPropertyReference (const char *) |
|
nr_double_t | getPropertyDouble (const char *) |
|
nr_double_t | getScaledProperty (const char *) |
|
int | getPropertyInteger (const char *) |
|
bool | hasProperty (const char *) |
|
bool | isPropertyGiven (const char *) |
|
void | copyProperties (property *) |
|
void | deleteProperties (void) |
|
int | countProperties (void) |
|
char * | propertyList (void) |
|
| object () |
|
| object (const char *) |
|
| object (const object &) |
|
virtual | ~object () |
|
object * | getNext (void) |
|
void | setNext (object *o) |
|
object * | getPrev (void) |
|
void | setPrev (object *o) |
|
void | setName (const char *) |
|
char * | getName (void) |
|
void | addProperty (property *) |
|
property * | addProperty (const char *, const char *) |
|
property * | addProperty (const char *, nr_double_t) |
|
property * | addProperty (const char *, variable *) |
|
void | setProperty (const char *, char *) |
|
void | setProperty (const char *, nr_double_t) |
|
void | setScaledProperty (const char *, nr_double_t) |
|
void | setProperty (const char *, variable *) |
|
vector * | getPropertyVector (const char *) |
|
char * | getPropertyString (const char *) |
|
char * | getPropertyReference (const char *) |
|
nr_double_t | getPropertyDouble (const char *) |
|
nr_double_t | getScaledProperty (const char *) |
|
int | getPropertyInteger (const char *) |
|
bool | hasProperty (const char *) |
|
bool | isPropertyGiven (const char *) |
|
void | copyProperties (property *) |
|
void | deleteProperties (void) |
|
int | countProperties (void) |
|
char * | propertyList (void) |
|
Definition at line 239 of file acsolver.cpp.