@@ -194,6 +194,7 @@ MODULE GLOBAL_CONSTANTS
194194LOGICAL :: ACCUMULATE_WATER= .FALSE. ! < Indicates that integrated liquid outputs are specified
195195LOGICAL :: WRITE_XYZ= .FALSE. ! < Indicates that a Plot3D geometry file is specified by user
196196LOGICAL :: CHECK_POISSON= .FALSE. ! < Check the accuracy of the Poisson solver
197+ LOGICAL :: WRITE_PARCSRPCG_MATRIX= .FALSE. ! < If true, write out matrix for UGLMAT HYPRE solver
197198LOGICAL :: TWO_D= .FALSE. ! < Perform a 2-D simulation
198199LOGICAL :: SETUP_ONLY= .FALSE. ! < Indicates that the calculation should be stopped before time-stepping
199200LOGICAL :: CHECK_MESH_ALIGNMENT= .FALSE. ! < Indicates that the user wants to check the mesh alignment and then stop
@@ -561,7 +562,7 @@ MODULE GLOBAL_CONSTANTS
561562! Logical units and output file names
562563
563564INTEGER :: LU_ERR= ERROR_UNIT,LU_END= 2 ,LU_GIT= 3 ,LU_SMV= 4 ,LU_INPUT= 5 ,LU_OUTPUT= 6 ,LU_STOP= 7 ,LU_CPU= 8 ,&
564- LU_CATF= 9 ,LU_RDIR= 10 ,LU_GDIR= 11 ,LU_SETCC= 12 ,LU_BINGEOM= 13
565+ LU_CATF= 9 ,LU_RDIR= 10 ,LU_GDIR= 11 ,LU_SETCC= 12 ,LU_BINGEOM= 13 ,LU_PARCSRPCG_MATRIX = 14
565566INTEGER :: LU_MASS,LU_HRR,LU_STEPS,LU_NOTREADY,LU_VELOCITY_ERROR,LU_CFL,LU_LINE=- 1 ,LU_CUTCELL, &
566567 LU_CVODE_SUBSTEPS
567568INTEGER :: LU_HISTOGRAM,LU_HVAC
0 commit comments