Home
last modified time | relevance | path

Searched refs:nbuff (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/compressible/
H A Dtimedata.f9044 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 Dmod_timedata.f903 integer ntspts, freq, iterat, varcod, nbuff variable