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

Go to the source code of this file.

Functions/Subroutines

subroutine writemaccs (mac, nev, nm)
 

Function/Subroutine Documentation

◆ writemaccs()

subroutine writemaccs ( real*8, dimension(nev,*)  mac,
integer  nev,
integer, dimension(*)  nm 
)
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,nm(*)
30  real*8 mac(nev,*)
31 !
32  write(5,*)
33  write(5,*)' Modal Assurance Criterium'
34  write(5,*)' Nodal Diameter',nm(1)
35 !
36  do i=1,nev
37  write(5,100) (mac(i,j),j=1,nev)
38  enddo
39 !
40  100 format(15(1x,e11.4))
41  return
static double * e11
Definition: radflowload.c:42
Hosted by OpenAircraft.com, (Michigan UAV, LLC)