Home
last modified time | relevance | path

Searched refs:tmpshpb (Results 1 – 9 of 9) sorted by relevance

/phasta/phSolver/common/
H A Dpvsqbi.f51 real*8, allocatable :: tmpshpb(:,:) local
101 allocate (tmpshpb(nshl,MAXQPT))
103 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
106 & tmpshpb,
111 & tmpshpb,
115 deallocate (tmpshpb)
H A Derrorsmooth.f20 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
H A Dsolvecon.f31 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
/phasta/phSolver/compressible/
H A Ditrres.f33 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
124 allocate (tmpshpb(nshl,MAXQPT))
127 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
135 & tmpshpb, tmpshglb,
141 deallocate (tmpshpb)
H A Delmgmr.f43 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
202 allocate (tmpshpb(nshl,MAXQPT))
205 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
209 & tmpshpb, tmpshglb,
214 deallocate (tmpshpb)
326 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
506 allocate (tmpshpb(nshl,MAXQPT))
515 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
519 & tmpshpb, tmpshglb,
530 deallocate (tmpshpb)
[all …]
H A Delmgmrpetsc.f53 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
238 allocate (tmpshpb(nshl,MAXQPT))
241 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
245 & tmpshpb, tmpshglb,
250 deallocate (tmpshpb)
342 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
462 allocate (tmpshpb(nshl,MAXQPT))
465 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
469 & tmpshpb,
475 deallocate ( tmpshpb )
H A Delmmfg.f41 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
194 allocate (tmpshpb(nshl,MAXQPT))
197 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
201 & tmpshpb, tmpshglb,
206 deallocate (tmpshpb)
/phasta/phSolver/incompressible/
H A Delmgmr.f55 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local
284 allocate (tmpshpb(nshl,MAXQPT))
287 tmpshpb(1:nshl,:) = shpb(lcsyst,1:nshl,:)
292 & tmpshpb,
317 deallocate (tmpshpb)
H A Derrsmooth.f21 real*8, allocatable :: tmpshpb(:,:), tmpshglb(:,:,:) local