Searched refs:ntspts (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | timedata.f90 | 30 allocate (statptts(ntspts,2)) 31 allocate (parptts( ntspts,nsd)) 32 allocate (varts( ntspts,ndof)) 40 allocate (ivarts( ntspts*ndof)) 41 allocate (ivartsg( ntspts*ndof)) 42 allocate (vartssoln( ntspts*ndof)) 43 allocate (vartssolng(ntspts*ndof)) 44 allocate (vartsbuff( ntspts,ndof,nbuff)) 89 read(626,*) ntspts, freq, tolpt, iterat, nbuff 96 call MPI_Bcast(ntspts, 1, MPI_INTEGER, master, [all …]
|
| H A D | mod_timedata.f90 | 3 integer ntspts, freq, iterat, varcod, nbuff variable
|
| H A D | timeseries.f | 20 do jj = 1, ntspts
|
| /phasta/phSolver/incompressible/ |
| H A D | timedata.f | 3 integer ntspts, freq, iterat, varcod variable 40 allocate (statptts(ntspts,2)) 41 allocate (ptts(ntspts,nsd)) 42 allocate (parptts(ntspts,nsd)) 43 allocate (varts(ntspts,ndof)) 45 allocate (ivarts(ntspts*ndof)) 46 allocate (ivartsg(ntspts*ndof)) 47 allocate (iv_rank(ntspts)) 48 allocate (vartssoln(ntspts*ndof)) 49 allocate (vartssolng(ntspts*ndof))
|
| H A D | itrdrv.f | 1371 read(626,*) ntspts, freq, tolpt, iterat, varcod 1374 do jj=1,ntspts ! read coordinate data where solution desired 1397 do jj=1,ntspts 1443 do jj=1,ntspts 1766 do jj = 1, ntspts 1770 do k=1,ndof*ntspts 1780 & ndof*ntspts, 1789 call MPI_ALLREDUCE(ivarts, ivartsg, ndof*ntspts, 1794 do jj = 1, ntspts 1812 do jj = 1, ntspts
|
| H A D | timeseries.f | 20 do jj = 1, ntspts
|