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

Go to the source code of this file.

Functions/Subroutines

subroutine noanalysiss (inpc, textpart, nmethod, iperturb, istep, istat, n, iline, ipol, inl, ipoinp, inp, ipoinpc, tper)
 

Function/Subroutine Documentation

◆ noanalysiss()

subroutine noanalysiss ( character*1, dimension(*)  inpc,
character*132, dimension(16)  textpart,
integer  nmethod,
integer  iperturb,
integer  istep,
integer  istat,
integer  n,
integer  iline,
integer  ipol,
integer  inl,
integer, dimension(2,*)  ipoinp,
integer, dimension(3,*)  inp,
integer, dimension(0:*)  ipoinpc,
real*8  tper 
)
21 !
22 ! reading the input deck: *NO ANALYSIS
23 !
24  implicit none
25 !
26  character*1 inpc(*)
27  character*132 textpart(16)
28 !
29  integer nmethod,iperturb,istep,istat,n,key,iline,ipol,inl,
30  & ipoinp(2,*),inp(3,*),ipoinpc(0:*)
31 !
32  real*8 tper
33 !
34  if(istep.lt.1) then
35  write(*,*)'*ERROR in noanalysis: *NO ANALYSIS can only be used'
36  write(*,*) ' within a STEP'
37  call exit(201)
38  endif
39 !
40  write(*,*) '*WARNING: no analysis option was chosen'
41 !
42  nmethod=0
43  iperturb=0
44  tper=1.d0
45 !
46  call getnewline(inpc,textpart,istat,n,key,iline,ipol,inl,
47  & ipoinp,inp,ipoinpc)
48 !
49  return
subroutine getnewline(inpc, textpart, istat, n, key, iline, ipol, inl, ipoinp, inp, ipoinpc)
Definition: getnewline.f:21
Hosted by OpenAircraft.com, (Michigan UAV, LLC)