Searched refs:W (Results 1 – 5 of 5) sorted by relevance
| /phasta/svLS/ |
| H A D | PRECOND.f | 42 2 rowPtr, colPtr, diagPtr, Val, R, W) argument 52 REAL*8, INTENT(OUT) :: W(dof,nNo) local 59 W(1,Ac) = Val(1,diagPtr(Ac)) 64 W(1,Ac) = Val(1,d) 65 W(2,Ac) = Val(4,d) 70 W(1,Ac) = Val(1,d) 71 W(2,Ac) = Val(5,d) 72 W(3,Ac) = Val(9,d) 77 W(1,Ac) = Val(1,d) 78 W(2,Ac) = Val(6,d) [all …]
|
| H A D | SOLVE.f | 55 REAL*8, ALLOCATABLE :: R(:,:), W(:,:) local 84 ALLOCATE(R(dof,nNo), W(dof,nNo)) 91 2 lhs%face, lhs%rowPtr, lhs%colPtr, lhs%diagPtr, Val, R, W) 113 R = R*W 119 DEALLOCATE(R, W)
|
| H A D | svLS_STRUCT.h | 92 ! Neu W*Sai (TMP)
|
| /phasta/phSolver/common/ |
| H A D | symtri.c | 50 #define W 0.063089014491502 macro 78 static double rst12[][3] = {{V,W,1.0-V-W},{W,V,1.0-V-W},{W,W,1.0-W-W},
|
| /phasta/phSolver/ |
| H A D | CHANGES | 369 …tflow boundary condition for the compressible code in the "entropy variable W" form. Default is to…
|