Home
last modified time | relevance | path

Searched refs:timestep (Results 1 – 3 of 3) sorted by relevance

/phasta/checkphasta/
H A Dcheckphasta.cpp27 int nump, int rank, int timestep, int nSyncFiles, char* casedir);
30 int timestep, int nump, int nSyncFiles);
96 double compare_solution(char* lpath, char* rpath, int timestep, int nump, int nSyncFiles) in compare_solution() argument
106 nump, rank, timestep, nSyncFiles, lpath); in compare_solution()
108 nump, rank, timestep, nSyncFiles, rpath); in compare_solution()
129 printf("Timestep: %d, maximum difference: %e\n", timestep, gblmaxdiff); in compare_solution()
134 int nump, int rank, int timestep, int nSyncFiles, char* casedir) in read_solution() argument
151 asprintf(&fn,"%s/%s%d.",casedir,rname,timestep); in read_solution()
/phasta/AcuStat/src/
H A Dreadnblk.f67 integer :: timestep, ithree local
177 timestep = tablets(its,1)
185 if (timestep .gt. 0) itmp = int(log10(float(timestep+1)))+1
187 write (fnamer,fmt1) timestep
191 write(*,*)myrank,timestep,nfiles,numparts,trim(adjustl(fnamer))
200 write(*,*) 'Considering time step',timestep,sumts
/phasta/phSolver/common/
H A Dbctint.f412 subroutine Filter(Filtered,DataHist,nptf,timestep,cutfreq) argument
419 real*8 windK, timestep local