DPsim
|
Public Attributes | |
void(* | log )(const char *) |
int(* | init )(struct dpsim_csr_matrix *) |
int(* | lu_decomp )(struct dpsim_csr_matrix *) |
int(* | solve )(double *, double *) |
void(* | cleanup )(void) |
Definition at line 20 of file MNASolverDynInterface.h.
void(* dpsim_mna_plugin::cleanup) (void) |
Definition at line 25 of file MNASolverDynInterface.h.
int(* dpsim_mna_plugin::init) (struct dpsim_csr_matrix *) |
Definition at line 22 of file MNASolverDynInterface.h.
void(* dpsim_mna_plugin::log) (const char *) |
Definition at line 21 of file MNASolverDynInterface.h.
int(* dpsim_mna_plugin::lu_decomp) (struct dpsim_csr_matrix *) |
Definition at line 23 of file MNASolverDynInterface.h.
int(* dpsim_mna_plugin::solve) (double *, double *) |
Definition at line 24 of file MNASolverDynInterface.h.