CalculiX
2.13
A Free Software Three-Dimensional Structural Finite Element Program
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | storecontactprop (ne, ne0, lakon, kon, ipkon, mi, ielmat, elcon, mortar, adb, nactdof, springarea, ncmat_, ntmat_, stx, temax) |
subroutine storecontactprop | ( | integer, intent(in) | ne, |
integer, intent(in) | ne0, | ||
character*8, dimension(*), intent(in) | lakon, | ||
integer, dimension(*), intent(in) | kon, | ||
integer, dimension(*), intent(in) | ipkon, | ||
integer, dimension(*), intent(in) | mi, | ||
integer, dimension(mi(3),*), intent(in) | ielmat, | ||
real*8, dimension(0:ncmat_,ntmat_,*), intent(in) | elcon, | ||
integer, intent(in) | mortar, | ||
real*8, dimension(*), intent(in) | adb, | ||
integer, dimension(0:mi(2),*), intent(in) | nactdof, | ||
real*8, dimension(2,*), intent(in) | springarea, | ||
integer, intent(in) | ncmat_, | ||
integer, intent(in) | ntmat_, | ||
real*8, dimension(6,mi(1),ne), intent(in) | stx, | ||
real*8, intent(out) | temax | ||
) |