#include <dpsim/MNASolverDynInterface.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
◆ example_cleanup()
| void example_cleanup |
( |
void | | ) |
|
◆ example_decomp()
◆ example_init()
◆ example_log()
| void example_log |
( |
const char * | str | ) |
|
◆ example_solve()
| int example_solve |
( |
double * | rhs_values, |
|
|
double * | lhs_values ) |
◆ get_mna_plugin()
◆ example_plugin
Initial value:= {
.log =
}
int example_solve(double *rhs_values, double *lhs_values)
void example_cleanup(void)
int example_decomp(struct dpsim_csr_matrix *matrix)
int example_init(struct dpsim_csr_matrix *matrix)
void example_log(const char *str)
Definition at line 13 of file example.c.
◆ PLUGIN_NAME
| const char* PLUGIN_NAME = "plugin" |
|
static |