OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
st_qaprint_refsta.F File Reference
#include "implicit_f.inc"
#include "scr03_c.inc"
#include "scr17_c.inc"
#include "com04_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine st_qaprint_refsta (xrefc, xreftg, xrefs, tagxref, ixs, ixc, ixtg, itab, xyzref)

Function/Subroutine Documentation

◆ st_qaprint_refsta()

subroutine st_qaprint_refsta ( dimension(4,3,numelc), intent(in) xrefc,
dimension(3,3,numeltg), intent(in) xreftg,
dimension(8,3,numels8), intent(in) xrefs,
integer, dimension(numnod), intent(in) tagxref,
integer, dimension(nixs,*), intent(in) ixs,
integer, dimension(nixc,*), intent(in) ixc,
integer, dimension(nixtg,*), intent(in) ixtg,
integer, dimension(numnod), intent(in) itab,
dimension(3,numnod), intent(in) xyzref )

Definition at line 31 of file st_qaprint_refsta.F.

32C-----------------------------------------------
33C M o d u l e s
34C-----------------------------------------------
35 USE qa_out_mod
36 !USE GROUPDEF_MOD
37 USE refsta_mod
38 use element_mod , only : nixs,nixc,nixtg
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "scr03_c.inc"
47#include "scr17_c.inc"
48#include "com04_c.inc"
49C-----------------------------------------------
50C D u m m y A r g u m e n t s
51C-----------------------------------------------
52 INTEGER, INTENT(IN) :: TAGXREF(NUMNOD),IXC(NIXC,*),IXTG(NIXTG,*),IXS(NIXS,*)
53 my_real, INTENT(IN) :: xrefc(4,3,numelc),xreftg(3,3,numeltg),xrefs(8,3,numels8),xyzref(3,numnod)
54 INTEGER,INTENT(IN), DIMENSION(NUMNOD) :: ITAB
55
56C--------------------------------------------------
57C L o c a l V a r i a b l e s
58C-----------------------------------------------
59 LOGICAL :: OK_QA
60 CHARACTER (LEN=255) :: VARNAME
61
62C-----------------------------------------------
63C S o u r c e L i n e s
64C-----------------------------------------------
65 IF(.NOT. is_refsta)RETURN
66
67 ok_qa = myqakey('/REFSTA')
68
69 IF (ok_qa) THEN
70
71 WRITE(varname,'(A)') 'REFSTA%NITRS ='
72 CALL qaprint(varname(1:len_trim(varname)),nitrs,0.0_8)
73
74 WRITE(varname,'(A)') 'REFSTA%RS0_FMT ='
75 CALL qaprint(varname(1:len_trim(varname)),rs0_fmt,0.0_8)
76
77 WRITE(varname,'(A,A)') 'REFSTA%XRFILE =',refsta_filename(1:len_trim(refsta_filename))
78 CALL qaprint(varname(1:len_trim(varname)),0,0.0_8)
79
80 !WRITE(VARNAME,'(A,I0,A,I0,A)') 'USER_INIVOL(',KK ,')%CONTY(',JJ,')%RATIO_FILL ='
81 !CALL QAPRINT(VARNAME(1:LEN_TRIM(VARNAME)),0,VFRAC)
82
83 ENDIF
84C-----------------------------------------------
85 RETURN
#define my_real
Definition cppsort.cpp:32
logical function myqakey(value)
@purpose Check if a given value is part of the values set by env variable Useful to make a condition ...
Definition qa_out_mod.F:694
subroutine qaprint(name, idin, value)
@purpose print one entry to QA extract file example of call for real print CALL QAPRINT('MY_LABEL',...
Definition qa_out_mod.F:390
logical is_refsta
Definition refsta_mod.F:37
integer rs0_fmt
Definition refsta_mod.F:38
character(len=ncharline) refsta_filename
Definition refsta_mod.F:36