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

Go to the source code of this file.

Functions/Subroutines

subroutine init (nktet, inodfa, ipofa, netet_)
 

Function/Subroutine Documentation

◆ init()

subroutine init ( integer  nktet,
integer, dimension(4,*)  inodfa,
integer, dimension(*)  ipofa,
integer  netet_ 
)
20 !
21  implicit none
22 !
23  integer nktet,i,netet_,inodfa(4,*),ipofa(*)
24 !
25 ! initialization of ipofa and inodfa
26 !
27  do i=1,nktet
28  ipofa(i)=0
29  enddo
30  do i=1,4*netet_
31  inodfa(4,i)=i+1
32  enddo
33  inodfa(4,4*netet_)=0
34 !
35  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)