74 TYPE(t_region
),
POINTER :: pregion
80 CHARACTER(CHRLEN) :: rcsidentstring
87 rcsidentstring =
'$RCSfile: RFLU_ReadConvGridWrapper.F90,v $ $Revision: 1.3 $'
89 global => pregion%global
92 'RFLU_ReadConvGridWrapper.F90')
98 IF ( global%gridSource == grid_src_centaur_ascii )
THEN
101 ELSE IF ( global%gridSource == grid_src_centaur_binary )
THEN
104 ELSE IF ( global%gridSource == grid_src_vgridns )
THEN
107 ELSE IF ( global%gridSource == grid_src_mesh3d )
THEN
110 ELSE IF ( global%gridSource == grid_src_tetmesh )
THEN
113 ELSE IF ( global%gridSource == grid_src_cobalt )
THEN
116 ELSE IF ( global%gridSource == grid_src_gambit_neutral )
THEN
120 CALL
errorstop(global,err_reached_default,__line__)
subroutine, public rflu_readgridvgridns(pRegion)
subroutine, public rflu_readgridmesh3d(pRegion)
subroutine, public rflu_convtetmesh2rocflu(pRegion)
subroutine rflu_readconvgridwrapper(pRegion)
subroutine registerfunction(global, funName, fileName)
subroutine, public rflu_convcentaur2rocflu(pRegion)
subroutine, public rflu_genx_getgrid(pRegion)
subroutine, public rflu_readgridgambitneutral(pRegion)
subroutine, public rflu_convcobalt2rocflu(pRegion)
subroutine, public rflu_readgridcobalt(pRegion)
subroutine, public rflu_readgridcentaurascii(pRegion)
subroutine, public rflu_convgambit2rocflu(pRegion)
LOGICAL function, public rflu_genx_decidereadfile(global)
subroutine, public rflu_convvgridns2rocflu(pRegion)
subroutine, public rflu_readgridtetmesh(pRegion)
subroutine, public rflu_readgridcentaurbinary(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine, public rflu_convmesh3d2rocflu(pRegion)
subroutine deregisterfunction(global)