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

#include <integrator.h>

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

Public Types

typedef void(* integrate_func_t )(integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)
 
typedef void(* conductor_func_t )(integrator *, nr_double_t, nr_double_t &)
 

Public Member Functions

 integrator ()
 
 integrator (const integrator &)
 
 ~integrator ()
 
void setIntegration (integrate_func_t f)
 
void setConductance (conductor_func_t f)
 
void integrate (int, nr_double_t, nr_double_t &, nr_double_t &)
 
void conductor (nr_double_t, nr_double_t &)
 
void setOrder (int o)
 
int getOrder (void)
 
void setMode (int s)
 
int getMode (void)
 
void setCoefficients (nr_double_t *c)
 
nr_double_t * getCoefficients (void)
 
- Public Member Functions inherited from states< nr_double_t >
 states ()
 
 states (const states &)
 
 ~states ()
 
nr_double_t getState (int, int n=0)
 
void setState (int, nr_double_t, int n=0)
 
void initStates (void)
 
void clearStates (void)
 
int getStates (void)
 
void setStates (int n)
 
void nextState (void)
 
void prevState (void)
 
void fillState (int, nr_double_t)
 
void saveState (int, nr_double_t *)
 

Detailed Description

Definition at line 33 of file integrator.h.

Member Typedef Documentation

typedef void(* integrator::conductor_func_t)(integrator *, nr_double_t, nr_double_t &)

Definition at line 46 of file integrator.h.

typedef void(* integrator::integrate_func_t)(integrator *, int, nr_double_t, nr_double_t &, nr_double_t &)

Definition at line 43 of file integrator.h.

Constructor & Destructor Documentation

integrator::integrator ( )

Definition at line 41 of file integrator.cpp.

integrator::integrator ( const integrator c)

Definition at line 51 of file integrator.cpp.

integrator::~integrator ( )

Definition at line 60 of file integrator.cpp.

Member Function Documentation

void integrator::conductor ( nr_double_t  cap,
nr_double_t &  geq 
)

Definition at line 74 of file integrator.cpp.

Here is the caller graph for this function:

nr_double_t* integrator::getCoefficients ( void  )
inline

Definition at line 55 of file integrator.h.

Here is the caller graph for this function:

int integrator::getMode ( void  )
inline

Definition at line 53 of file integrator.h.

Here is the caller graph for this function:

int integrator::getOrder ( void  )
inline

Definition at line 51 of file integrator.h.

Here is the caller graph for this function:

void integrator::integrate ( int  qstate,
nr_double_t  cap,
nr_double_t &  geq,
nr_double_t &  ceq 
)

Definition at line 65 of file integrator.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void integrator::setCoefficients ( nr_double_t *  c)
inline

Definition at line 54 of file integrator.h.

Here is the caller graph for this function:

void integrator::setConductance ( conductor_func_t  f)
inline

Definition at line 47 of file integrator.h.

Here is the caller graph for this function:

void integrator::setIntegration ( integrate_func_t  f)
inline

Definition at line 44 of file integrator.h.

Here is the caller graph for this function:

void integrator::setMode ( int  s)
inline

Definition at line 52 of file integrator.h.

void integrator::setOrder ( int  o)
inline

Definition at line 50 of file integrator.h.

Here is the caller graph for this function:


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