openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stdbool.h>
#include <assert.h>
#include "MULTI_ION_IF.h"
#include "clamp.h"
#include "petsc_utils.h"
Go to the source code of this file.
Namespaces | |
limpet | |
Functions | |
bool | limpet::initialize_clamp (Clamp *cl, double cl_val, double ini_val, double start, double dur, const char *f, int trans, float *duration) |
void | limpet::clamp_signal (MULTI_IF *pMIIF, Clamp *cl, timer_manager *tm) |
void | limpet::initialize_sv_clamp (Clamp *cl, const char *sv, char *file, double dt) |
void | limpet::sv_clamp (Clamp *cl, timer_manager *tm, MULTI_IF *miif, bool trigger) |
void | limpet::AP_clamp (Clamp *cl, timer_manager *tm, sf_vec *v, bool trigger) |
int | limpet::process_sv_clamps (char *SVs, char *files, Clamp **clamps, double dt) |