openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Macros | Functions
IGBfilament.cc File Reference
#include <string>
#include "IGBheader.h"
#include "filament.h"
#include <iostream>
#include "fil_cmdline.h"
Include dependency graph for IGBfilament.cc:

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[])
 

Macro Definition Documentation

◆ __FUNCT__

#define __FUNCT__   "main"

Definition at line 20 of file IGBfilament.cc.

◆ BUFSIZE

#define BUFSIZE   1024

Definition at line 11 of file IGBfilament.cc.

Function Documentation

◆ freeTBuffer()

void freeTBuffer ( tbuffer tbf)

Definition at line 197 of file IGBfilament.cc.

Here is the caller graph for this function:

◆ initTBuffer()

int initTBuffer ( tbuffer tbf,
double  dt 
)

initialize the data buffer

Parameters
tbfthe buffer
dtlag
Returns
number of slices read, -1 on failure

Definition at line 119 of file IGBfilament.cc.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 21 of file IGBfilament.cc.

◆ read_mesh()

void read_mesh ( std::string  mesh,
ElemList elst,
NodeList nlst 
)

read in the mesh into the structures

this is a bare bones sequential version

Definition at line 212 of file IGBfilament.cc.

Here is the caller graph for this function:

◆ shiftTBuffer()

int shiftTBuffer ( tbuffer tbf)

Definition at line 171 of file IGBfilament.cc.

Here is the caller graph for this function: