Go to the source code of this file.
Macros | |
#define | FALSE libviennashe_false |
#define | TRUE libviennashe_true |
#define | POINTSX 51 |
Functions | |
void | print_quan_info (viennashe_quan_register reg) |
Prints the names of the available quantities in a register More... | |
void | print_potential (viennashe_device dev, viennashe_quan_register reg) |
Prints the electrostatic potential profile to stdout More... | |
int | main () |
#define FALSE libviennashe_false |
Definition at line 24 of file resistor1d-c.c.
#define POINTSX 51 |
Definition at line 28 of file resistor1d-c.c.
#define TRUE libviennashe_true |
Definition at line 25 of file resistor1d-c.c.
int main | ( | ) |
Definition at line 108 of file resistor1d-c.c.
void print_potential | ( | viennashe_device | dev, |
viennashe_quan_register | reg | ||
) |
Prints the electrostatic potential profile to stdout
Definition at line 60 of file resistor1d-c.c.
void print_quan_info | ( | viennashe_quan_register | reg | ) |
Prints the names of the available quantities in a register
Definition at line 31 of file resistor1d-c.c.