carputils
Doxygen code documentation for the python framework controlling openCARP
Namespaces | Classes | Functions
carputils Namespace Reference

Namespaces

 bench
 Some tools for interfacing with the bench executable.
 
 bullseye
 Bullseye plot generation.
 
 bundle
 This module implements the bundle feature, which allows to easily share carputils experiments.
 
 carpio
 Each module in this package defines a class for reading and writing a specific data type.
 
 cext
 
 clean
 Functions for cleaning directories and manage overwrite behavior.
 
 cli
 Some argparse extensions implementing custom behaviors for carputils.
 
 cml
 
 dataproc
 
 debug
 Some tools for running jobs in the debugger.
 
 debugging
 Debugging utilities.
 
 divertoutput
 Execute external processes with output buffering and error checking.
 
 ecg
 
 ep
 Helper tools for setting up electrophysiology simulations.
 
 figui
 
 fitting
 
 forcepss
 
 format
 Output formatting utilities.
 
 job
 This package most importantly defines the :class:~carputils.job.Job class, which provides methods for executing bash commands.
 
 lats
 
 machines
 Platform-specific functionality such as MPI launcher generation.
 
 mesh
 Classes and routines for the generation of geometric meshes.
 
 model
 
 plot
 
 polling
 Functions for generating and executing openCARP polling files.
 
 prompt
 User query functions.
 
 restitute
 Functions for single-cell APD restitution.
 
 serialise
 Functions for serialising and deserialising datetime and timedelta objects.
 
 settings
 This module manages and exposes carputils settings.
 
 states
 
 stream
 Some tools for handling output streams (stdout, etc.)
 
 svn
 SVN utilites.
 
 tools
 
 tuning
 Tune conductivity settings to match prescribed conduction velocities.
 

Classes

class  dspace
 

Functions

def stopwatch (func)
 

Function Documentation

◆ stopwatch()

def carputils.stopwatch (   func)