Searched refs:ivort (Results 1 – 9 of 9) sorted by relevance
| /phasta/AcuStat/src/ |
| H A D | readnblk.f | 65 integer :: ierror, idwal, iphavg, ivort, ndofvort local 86 read(24,*) ivort 129 if(ivort .gt. 0) then 131 ivort = 1 ! security 150 call MPI_Bcast(ivort,1,MPI_INTEGER,0,MPI_COMM_WORLD, ierr) 365 if(ivort == 1) then 443 …nsynciofieldswriterestart = 2 + ierror + numphavg + ivort + idwal ! 2 for solution and accumulated… 454 if(ivort == 1) then 491 if(ivort == 1) then
|
| /phasta/M2NFixBnd/src/ |
| H A D | readnblk.f | 62 integer :: ierror, numphavg, ivort, idwal, idebug, iphavg local 85 read(72,*) ivort 105 call mpi_bcast(ivort,1,MPI_INTEGER,0,mpi_comm_world,ierr) 134 if(ivort .gt. 0) then 136 ivort = 1 ! security 481 if(ivort == 1) then 508 ivort = 0 653 if(ivort == 1) then 742 if(ivort == 1) then 784 nsynciofieldswriterestart = 1+iybar+ierror+numphavg+ivort+idwal [all …]
|
| /phasta/M2N/src/ |
| H A D | readnblk.f | 79 integer :: ierror, numphavg, ivort, idwal, idebug, iphavg, irankN local 112 read(72,*) ivort 133 call mpi_bcast(ivort,1,MPI_INTEGER,0,mpi_comm_world,ierr) 163 if(ivort .gt. 0) then 165 ivort = 1 ! security 493 if(ivort == 1) then 516 ivort = 0 774 if(ivort == 1) then 796 if(ivort == 1) then 883 if(ivort==1) then [all …]
|
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 165 if (ivort == 1) then 175 if(ivort == 1) then 192 if (ivort == 1) then 555 if(ivort == 1) then 686 if(ivort == 1) then 705 if(ivort == 1) then 756 if(ivort == 1) then 1707 if (ivort == 1) then ! Print vorticity = True in solver.inp 1910 if(ivort == 1) then !vorticity 1998 if(ivort == 1) then
|
| /phasta/phSolver/common/ |
| H A D | common_c.h | 490 int ivort; member
|
| H A D | input_fform.cc | 297 if((string)inp.GetValue("Print vorticity") == "True") outpar.ivort = 1; in input_fform() 298 else outpar.ivort = 0; in input_fform()
|
| H A D | new_interface.c | 194 if(outpar.ivort == 1){ in countfieldstowriterestart()
|
| H A D | input.config | 157 Print vorticity: False # F ivort = 0, T ivort = 1
|
| H A D | common.h | 234 & ncycles_startphaseavg, ivort, icomputevort,
|