Go to the source code of this file.
|
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...
|
|
◆ 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 |