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

Go to the source code of this file.

Functions/Subroutines

subroutine writemac (mac, nev)
 

Function/Subroutine Documentation

◆ writemac()

subroutine writemac ( real*8, dimension(nev,nev)  mac,
integer  nev 
)
20 !
21 ! writes the results of MAC-caculation in *_mac.dat
22 !
23 ! nm is the nodal diameter in case of complex frequency
24 ! nev is the number of eigenvectors
25 ! mac contains the MAC-Values
26 !
27  implicit none
28 !
29  integer i,j,nev
30  real*8 mac(nev,nev)
31 !
32  write(5,*)
33  write(5,*) 'Modal Assurance Criterium'
34  write(5,*)
35  do i=1,nev
36  write(5,100) (mac(i,j),j=1,nev)
37  enddo
38 !
39  100 format(15(1x,e11.4))
40  return
static double * e11
Definition: radflowload.c:42
Hosted by OpenAircraft.com, (Michigan UAV, LLC)