CEPS  24.01
Cardiac ElectroPhysiology Simulator
runConvergence.hpp File Reference

Go to the source code of this file.

Functions

template<typename PbType >
void copyActivationMap (ConvergenceStudy< PbType > *cs, CepsReal dt, CepsReal hmax)
 Callback functions that saves activation maps from cvNum directory to avoid overwriting. More...
 
template<typename PbType >
void runConvergenceT (InputParameters *p, CepsBool refSol=true, CepsBool copyMap=false)
 Runs a convergence analysis; templated on problem type. More...
 
void doConvergence (InputParameters *p)
 Runs a convergence analysis Problem type deduced from input string in InputParameters. More...
 

Detailed Description

Top running routines for convergence problems

Definition in file runConvergence.hpp.

Function Documentation

◆ copyActivationMap()

template<typename PbType >
void copyActivationMap ( ConvergenceStudy< PbType > *  cs,
CepsReal  dt,
CepsReal  hmax 
)

Callback functions that saves activation maps from cvNum directory to avoid overwriting.

Definition at line 35 of file runConvergence.cpp.

◆ doConvergence()

void doConvergence ( InputParameters p)

Runs a convergence analysis Problem type deduced from input string in InputParameters.

Definition at line 80 of file runConvergence.cpp.

◆ runConvergenceT()

template<typename PbType >
void runConvergenceT ( InputParameters p,
CepsBool  refSol = true,
CepsBool  copyMap = false 
)

Runs a convergence analysis; templated on problem type.

Definition at line 60 of file runConvergence.cpp.