Choral
Data Types | Modules | Functions/Subroutines
cardioModel_mod.f90 File Reference

Go to the source code of this file.

Data Types

interface  cardiomodel_mod::cardiomodel
 Derived type for tissue properties in cardiac electrophysiology. More...
 
interface  cardiomodel_mod::print
 print a short description More...
 
interface  cardiomodel_mod::cardiomodel
 Derived type for tissue properties in cardiac electrophysiology. More...
 

Modules

module  cardiomodel_mod
  DERIVED TYPE cardioModel
 

Functions/Subroutines

type(cardiomodel) function cardiomodel_mod::cardiomodel_create (fibre, Am, conduc_type)
  constructor for cardioModel type More...
 
subroutine cardiomodel_mod::set_conductivities (gil, git, gel, get, type)
 set conductivities More...
 
subroutine, public cardiomodel_mod::scale_conductivities (cm, sc)
 rescale the conductivities More...
 
subroutine cardiomodel_mod::cardiomodel_print (cm)
 print cardio model More...
 
subroutine, public cardiomodel_mod::monodomain_assemble (M, S, cm, X_h, qd_M, qd_S)
 Assemble the monodomain diffusion matrices. More...
 
real(rp) function b (x, w1, w2)
 
real(rp) function cardiomodel_mod::usigmav (u, v, fd, gl, gt)
 scalar product u^T Sigma v More...
 

Function/Subroutine Documentation

◆ b()

real(rp) function monodomain_assemble::b ( real(rp), dimension(3), intent(in)  x,
real(rp), dimension(3), intent(in)  w1,
real(rp), dimension(3), intent(in)  w2 
)
private

Definition at line 232 of file cardioModel_mod.f90.

Here is the call graph for this function: