DPsim
Loading...
Searching...
No Matches
dpsim_mna_plugin Struct Reference

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)
 

Detailed Description

Definition at line 20 of file MNASolverDynInterface.h.

Member Data Documentation

◆ cleanup

void(* dpsim_mna_plugin::cleanup) (void)

Definition at line 25 of file MNASolverDynInterface.h.

◆ init

int(* dpsim_mna_plugin::init) (struct dpsim_csr_matrix *)

Definition at line 22 of file MNASolverDynInterface.h.

◆ log

void(* dpsim_mna_plugin::log) (const char *)

Definition at line 21 of file MNASolverDynInterface.h.

◆ lu_decomp

int(* dpsim_mna_plugin::lu_decomp) (struct dpsim_csr_matrix *)

Definition at line 23 of file MNASolverDynInterface.h.

◆ solve

int(* dpsim_mna_plugin::solve) (double *, double *)

Definition at line 24 of file MNASolverDynInterface.h.


The documentation for this struct was generated from the following file: