Searched refs:aperm (Results 1 – 6 of 6) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | solvedata.f | 6 real*8, allocatable :: aperm(:,:), atemp(:,:) variable 20 allocate (aperm(nshg,nPermDims)) 45 deallocate (aperm)
|
| H A D | usr.c | 42 double* aperm, in usrNew() argument 75 usrHd->aperm = aperm ; in usrNew() 132 pnt = usrHd->aperm ; in usrPointer() 240 Real* aperm, 264 projVec[ count++ ] = aperm[ (*nshg) * i + j ]; 288 projVec[ count++ ] = aperm[ (*nshg) * i + j ]; 305 Real* aperm, 371 aperm[ (*nshg) * i + j ] = projVec[ count++ ] ; 405 aperm[ (*nshg) * i + j ] = projVec[ count++ ] ;
|
| H A D | usr.h | 21 double* aperm ; /* permanent data */ member 111 double* aperm,
|
| H A D | solfar.f | 245 call usrNew ( usr, eqnType, aperm, 271 call usrNew ( usr, eqnType, aperm,
|
| H A D | itrdrv.f | 654 call saveLesRestart( lesId, aperm , nshg, myrank, lstep, 1608 call readLesRestart( lesId, aperm, nshg, myrank, lstep,
|
| /phasta/phSolver/ |
| H A D | CHANGES | 232 1) implemented restarting of les Solves, the aperm vector is now saved to
|