openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Public Attributes | List of all members
opencarp::LAT_detector Class Reference

#include <electrics.h>

Collaboration diagram for opencarp::LAT_detector:

Public Member Functions

 LAT_detector ()
 constructor, sets up basic datastructs from global_params More...
 
void init (sf_vec &vm, sf_vec &phie, int offset)
 initializes all datastructs after electric solver setup More...
 
int check_acts (double tm)
 check activations at sim time tm More...
 
int check_quiescence (double tm, double dt)
 check for quiescence More...
 
void output_initial_activations ()
 output one nodal vector of initial activation time More...
 

Public Attributes

SF::vector< Activationacts
 
SF::index_mapping< mesh_int_tpetsc_to_nodal
 
Sentinel sntl
 

Detailed Description

Definition at line 195 of file electrics.h.

Constructor & Destructor Documentation

◆ LAT_detector()

opencarp::LAT_detector::LAT_detector ( )

constructor, sets up basic datastructs from global_params

Definition at line 1339 of file electrics.cc.

Member Function Documentation

◆ check_acts()

int opencarp::LAT_detector::check_acts ( double  tm)

check activations at sim time tm

Definition at line 1582 of file electrics.cc.

Here is the caller graph for this function:

◆ check_quiescence()

int opencarp::LAT_detector::check_quiescence ( double  tm,
double  dt 
)

check for quiescence

Definition at line 1637 of file electrics.cc.

Here is the caller graph for this function:

◆ init()

void opencarp::LAT_detector::init ( sf_vec vm,
sf_vec phie,
int  offset 
)

initializes all datastructs after electric solver setup

Definition at line 1467 of file electrics.cc.

Here is the caller graph for this function:

◆ output_initial_activations()

void opencarp::LAT_detector::output_initial_activations ( )

output one nodal vector of initial activation time

output initial activations of a lat

Definition at line 1746 of file electrics.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ acts

SF::vector<Activation> opencarp::LAT_detector::acts

Definition at line 208 of file electrics.h.

◆ petsc_to_nodal

SF::index_mapping<mesh_int_t> opencarp::LAT_detector::petsc_to_nodal

Definition at line 209 of file electrics.h.

◆ sntl

Sentinel opencarp::LAT_detector::sntl

Definition at line 210 of file electrics.h.


The documentation for this class was generated from the following files: