CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
calctel.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine calctel (ne, nactdoh, vel, b, nef)
 

Function/Subroutine Documentation

◆ calctel()

subroutine calctel ( integer  ne,
integer, dimension(*)  nactdoh,
real*8, dimension(nef,0:7)  vel,
real*8, dimension(*)  b,
integer  nef 
)
20 !
21 ! stores the temperature into field vel
22 !
23  implicit none
24 !
25  integer ne,nactdoh(*),i,nef
26 !
27  real*8 vel(nef,0:7),b(*)
28 !
29  do i=1,ne
30  vel(i,0)=b(i)
31 c write(*,*) 'calctel ',i,vel(i,0)
32  enddo
33 !
34  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)