My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
dcsolver Class Reference

#include <dcsolver.h>

Inheritance diagram for dcsolver:
Inheritance graph
[legend]
Collaboration diagram for dcsolver:
Collaboration graph
[legend]

Public Member Functions

 ACREATOR (dcsolver)
 
 dcsolver (char *)
 
 dcsolver (dcsolver &)
 
 ~dcsolver ()
 
int solve (void)
 
void init (void)
 
void restart (void)
 
void saveOperatingPoints (void)
 
- Public Member Functions inherited from nasolver< nr_double_t >
 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, vector *f=NULL)
 
void setCalculation (calculate_func_t f)
 
void calculate (void)
 
const char * getHelperDescription (void)
 
- Public Member Functions inherited from analysis
 analysis ()
 
 analysis (char *)
 
 analysis (analysis &)
 
 ~analysis ()
 
virtual int initialize (void)
 
virtual int cleanup (void)
 
datasetgetData (void)
 
void setData (dataset *d)
 
netgetNet (void)
 
void setNet (net *netlist)
 
environmentgetEnv (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)
 
sweepcreateSweep (const char *)
 
void saveVariable (const char *, nr_complex_t, vector *)
 
bool getProgress (void)
 
void setProgress (bool p)
 
- Public Member Functions inherited from object
 object ()
 
 object (const char *)
 
 object (const object &)
 
virtual ~object ()
 
objectgetNext (void)
 
void setNext (object *o)
 
objectgetPrev (void)
 
void setPrev (object *o)
 
void setName (const char *)
 
char * getName (void)
 
void addProperty (property *)
 
propertyaddProperty (const char *, const char *)
 
propertyaddProperty (const char *, nr_double_t)
 
propertyaddProperty (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 *)
 
vectorgetPropertyVector (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)
 

Static Public Member Functions

static void calc (dcsolver *)
 

Public Attributes

 DC
 
 PROP_ACTION
 
 PROP_NO_SUBSTRATE
 
 PROP_LINEAR
 

Additional Inherited Members

- Public Types inherited from nasolver< nr_double_t >
typedef void(* calculate_func_t )(nasolver< nr_double_t > *)
 
- Protected Member Functions inherited from nasolver< nr_double_t >
void restartNR (void)
 
void savePreviousIteration (void)
 
void restorePreviousIteration (void)
 
int countNodes (void)
 
int getNodeNr (char *)
 
int findAssignedNode (circuit *, int)
 
int countVoltageSources (void)
 
void saveSolution (void)
 
circuitfindVoltageSource (int)
 
void applyNodeset (bool nokeep=true)
 
void createNoiseMatrix (void)
 
void runMNA (void)
 
void createMatrix (void)
 
void storeSolution (void)
 
void recallSolution (void)
 
- Protected Attributes inherited from nasolver< nr_double_t >
tvector< nr_double_t > * z
 
tvector< nr_double_t > * x
 
tvector< nr_double_t > * xprev
 
tvector< nr_double_t > * zprev
 
tmatrix< nr_double_t > * A
 
tmatrix< nr_double_t > * C
 
int iterations
 
int convHelper
 
int fixpoint
 
int eqnAlgo
 
int updateMatrix
 
nr_double_t gMin
 
nr_double_t srcFactor
 

Detailed Description

Definition at line 222 of file dcsolver.cpp.

Constructor & Destructor Documentation

dcsolver::dcsolver ( char *  n)

Definition at line 48 of file dcsolver.cpp.

Here is the call graph for this function:

dcsolver::dcsolver ( dcsolver o)

Definition at line 60 of file dcsolver.cpp.

dcsolver::~dcsolver ( )

Definition at line 55 of file dcsolver.cpp.

Member Function Documentation

dcsolver::ACREATOR ( dcsolver  )
void dcsolver::calc ( dcsolver self)
static

Definition at line 172 of file dcsolver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void dcsolver::init ( void  )

Definition at line 181 of file dcsolver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void dcsolver::restart ( void  )

Definition at line 190 of file dcsolver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void dcsolver::saveOperatingPoints ( void  )

Definition at line 199 of file dcsolver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int dcsolver::solve ( void  )
virtual

Reimplemented from analysis.

Definition at line 66 of file dcsolver.cpp.

Here is the call graph for this function:

Member Data Documentation

dcsolver::DC

Definition at line 223 of file dcsolver.cpp.

dcsolver::PROP_ACTION

Definition at line 223 of file dcsolver.cpp.

dcsolver::PROP_LINEAR

Definition at line 223 of file dcsolver.cpp.

dcsolver::PROP_NO_SUBSTRATE

Definition at line 223 of file dcsolver.cpp.


The documentation for this class was generated from the following files: