Searched refs:nbuff (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | timedata.f90 | 44 allocate (vartsbuff( ntspts,ndof,nbuff)) 45 allocate (vartsbuffstep(nbuff)) 89 read(626,*) ntspts, freq, tolpt, iterat, nbuff 104 call MPI_Bcast(nbuff, 1, MPI_INTEGER, master, 125 if (nbuff .eq. 0) 126 & nbuff=ntout 235 if(ivartsBuff .gt. nbuff) then 237 ivartsBuff = nbuff 283 if(mod(lstep, nbuff) .eq. 0) flush = .true.
|
| H A D | mod_timedata.f90 | 3 integer ntspts, freq, iterat, varcod, nbuff variable
|