| 
    CalculiX
    2.13
    
   A Free Software Three-Dimensional Structural Finite Element Program 
   | 
 
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | plinterpol (plcon, nplcon, itemp, f, df, npmat_, ntmat_, imat, nelem, epl) | 
| subroutine plinterpol | ( | real*8, dimension(0:2*npmat_,ntmat_,*), intent(in) | plcon, | 
| integer, dimension(0:ntmat_,*), intent(in) | nplcon, | ||
| integer, intent(in) | itemp, | ||
| real*8, intent(inout) | f, | ||
| real*8, intent(inout) | df, | ||
| integer, intent(in) | npmat_, | ||
| integer, intent(in) | ntmat_, | ||
| integer, intent(in) | imat, | ||
| integer, intent(in) | nelem, | ||
| real*8, intent(in) | epl | ||
| ) |