58 INTEGER,
INTENT(IN) ::
key,ndim,nf
59 INTEGER,
INTENT(OUT) :: nw
60 INTEGER,
INTENT(INOUT) :: maxcls
70 'RFLU_ComputeDCUHREInfo.F90')
76 num = 1 + 4*2*ndim + 2*ndim*(ndim-1) + 4*ndim*(ndim-1) &
77 + 4*ndim*(ndim-1)*(ndim-2)/3 + 2**ndim
79 num = 1 + 3*2*ndim + 2*ndim*(ndim-1) + 2**ndim
81 CALL
errorstop(global,err_reached_default,__line__)
84 maxcls =
max(maxcls,4*num)
86 maxsub = (maxcls - num)/(2*num) + 1
87 nw = maxsub*(2*ndim+2*nf+2) + 17*nf + 1
subroutine rflu_computedcuhreinfo(global, NDIM, NF, KEY, MAXCLS, NW)
Vector_n max(const Array_n_const &v1, const Array_n_const &v2)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)