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

Go to the source code of this file.

Functions/Subroutines

integer function edg (l, k, e)
 

Function/Subroutine Documentation

◆ edg()

integer function edg ( integer  l,
integer  k,
integer, dimension(3,*)  e 
)
24 !
25  implicit none
26 !
27  integer l,k,i,e(3,*),edg
28 !
29  do 10 i=1,3
30  if(e(i,l).eq.k) then
31  edg=i
32  return
33  end if
34  10 continue
35  write(6,'("0***error in function edg***")')
36  write(6,'("***elements not adjacent***")')
37  call exit(201)
integer function edg(l, k, e)
Definition: edg.f:24
Hosted by OpenAircraft.com, (Michigan UAV, LLC)