|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <string>#include "IGBheader.h"#include "filament.h"#include <iostream>#include "fil_cmdline.h"Go to the source code of this file.
Macros | |
| #define | BUFSIZE 1024 |
| #define | __FUNCT__ "main" |
Functions | |
| int | initTBuffer (tbuffer *tbf, double dt) |
| int | shiftTBuffer (tbuffer *tbf) |
| void | freeTBuffer (tbuffer *tbf) |
| void | read_mesh (std::string, ElemList *, NodeList *) |
| int | main (int argc, char *argv[]) |
| #define __FUNCT__ "main" |
Definition at line 20 of file IGBfilament.cc.
| #define BUFSIZE 1024 |
Definition at line 11 of file IGBfilament.cc.
| void freeTBuffer | ( | tbuffer * | tbf | ) |
| int initTBuffer | ( | tbuffer * | tbf, |
| double | dt | ||
| ) |
initialize the data buffer
| tbf | the buffer |
| dt | lag |
Definition at line 119 of file IGBfilament.cc.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 21 of file IGBfilament.cc.
read in the mesh into the structures
this is a bare bones sequential version
Definition at line 212 of file IGBfilament.cc.
| int shiftTBuffer | ( | tbuffer * | tbf | ) |