CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | networkmpc_lhs (i, ipompc, nodempc, coefmpc, labmpc, v, nactdog, ac, j, mi, nteq) |
subroutine networkmpc_lhs | ( | integer, intent(in) | i, |
integer, dimension(*), intent(in) | ipompc, | ||
integer, dimension(3,*), intent(in) | nodempc, | ||
real*8, dimension(*), intent(in) | coefmpc, | ||
character*20, dimension(*), intent(in) | labmpc, | ||
real*8, dimension(0:mi(2),*), intent(in) | v, | ||
integer, dimension(0:3,*), intent(in) | nactdog, | ||
real*8, dimension(nteq,*), intent(inout) | ac, | ||
integer, intent(in) | j, | ||
integer, dimension(*), intent(in) | mi, | ||
integer, intent(in) | nteq | ||
) |