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
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42C-----------------------------------------------
43C C o m m o n B l o c k s
44C-----------------------------------------------
45#include "scr03_c.inc"
46#include "scr17_c.inc"
47#include "com04_c.inc"
48C-----------------------------------------------
49C D u m m y A r g u m e n t s
50C-----------------------------------------------
51 INTEGER, INTENT(IN) :: TAGXREF(NUMNOD),IXC(NIXC,*),IXTG(NIXTG,*),IXS(NIXS,*)
52 my_real, INTENT(IN) :: xrefc(4,3,numelc),xreftg(3,3,numeltg),xrefs(8,3,numels8),xyzref(3,numnod)
53 INTEGER,INTENT(IN), DIMENSION(NUMNOD) :: ITAB
54
55C--------------------------------------------------
56C L o c a l V a r i a b l e s
57C-----------------------------------------------
58 LOGICAL :: OK_QA
59 CHARACTER (LEN=255) :: VARNAME
60
61C-----------------------------------------------
62C S o u r c e L i n e s
63C-----------------------------------------------
64 IF(.NOT. is_refsta)RETURN
65
66 ok_qa = myqakey('/REFSTA')
67
68 IF (ok_qa) THEN
69
70 WRITE(varname,'(A)') 'REFSTA%NITRS ='
71 CALL qaprint(varname(1:len_trim(varname)),nitrs,0.0_8)
72
73 WRITE(varname,'(A)') 'REFSTA%RS0_FMT ='
74 CALL qaprint(varname(1:len_trim(varname)),rs0_fmt,0.0_8)
75
76 WRITE(varname,'(A,A)') 'REFSTA%XRFILE =',refsta_filename(1:len_trim(refsta_filename))
77 CALL qaprint(varname(1:len_trim(varname)),0,0.0_8)
78
79 !WRITE(VARNAME,'(A,I0,A,I0,A)') 'USER_INIVOL(',KK ,')%CONTY(',JJ,')%RATIO_FILL ='
80 !CALL QAPRINT(VARNAME(1:LEN_TRIM(VARNAME)),0,VFRAC)
81
82 ENDIF
83C-----------------------------------------------
84 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