Home
last modified time | relevance | path

Searched refs:A (Results 1 – 17 of 17) sorted by relevance

/phasta/svLS/
H A DGE.f41 SUBROUTINE GE (N, A, B) argument
46 REAL*8, INTENT(IN) :: A(N,N) local
54 pivot = A(1,1)*A(2,2) - A(2,1)*A(1,2)
55 saveEl = (B(1)*A(2,2) - B(2)*A(1,2))/pivot
56 B(2) = (B(2)*A(1,1) - B(1)*A(2,1))/pivot
62 C(:N,:N) = A
H A DNSSOLVER.f59 2 MU(:,:,:), MP(:,:), A(:,:), B(:), xB(:), mK(:,:), mG(:,:), local
67 3 A(nB,nB), B(nB), xB(nB))
126 A(j,k) = DOTV(nsd, mynNo, commu, MU(:,:,j), MU(:,:,k))
128 A(k,j) = A(j,k)
130 A(k,k) = NORMV(nsd, mynNo, commu, MU(:,:,k))**2D0
137 CALL GE(iBB, A(1:iBB,1:iBB), xB(1:iBB))
182 DEALLOCATE (Rm, Rc, Rmi, Rci, U, P, MU, MP, A, B, mK, mD, mG, mL,
H A DsvLS.h35 ! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
H A Dlicense.txt41 ! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
H A DsvLS_STD.h35 ! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
H A DsvLS_API.h35 ! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
H A DsvLS_STRUCT.h36 ! OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
/phasta/phSolver/common/
H A Dfindslpw.f132 integer function iparall(A,B)
133 real*8 A(3),B(3) local
136 tmp=(A(1)**2+A(2)**2+A(3)**2)**0.5
137 A(:)=A(:)/tmp
143 C1=A(2)*B(3)-A(3)*B(2)
144 C2=A(3)*B(1)-A(1)*B(3)
145 C3=A(1)*B(2)-A(2)*B(1)
147 dotp=A(1)*B(1)+A(2)*B(2)+A(3)*B(3)
H A Dsymtri.c23 #define A 0.3333333333333330000000000000000000 macro
59 static double rst1[][3] = {{A,A,A}};
63 static double wt3[] = {A,A,A};
65 static double rst4[][3] = {{A,A,A},
73 static double rst7[][3] = {{A,A,A},
H A DINIprofile.f59 556 format(A,F10.3)
/phasta/phSolver/compressible/
H A Dwtime.f159 100 format (1X,A,G14.6,F9.5)
160 101 format (1X,A,G14.6,G14.6)
/phasta/M2NFixBnd/src/
H A Dreadnblk.f769 925 format(A,i2,A,2(e24.17,1x))
770 926 format(A,i2,i2,A,2(e24.17,1x))
/phasta/
H A DLicense.txt12 …T NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE A…
/phasta/phastaIO/
H A DvtkPhastaReader.cxx176 #define swap_char(A,B) { ucTmp = A; A = B ; B = ucTmp; } argument
/phasta/phSolver/AMG/
H A Damgread.txt106 interpolator. A tiny bit of waste compare to communicate criterias (see
142 seperatedly: calculate nonzeros; form colm; form rowp and A. Yes there
H A Dramg_tools.f1026 7101 format(T1,A,T40,f9.2,' s (ave), ',f9.2,' s (max)')
/phasta/phSolver/
H A DCHANGES218 4) A new MPI data type added to avoid commu error for error indicators.
525 A second flag was created to force the decay of the scalar fields according to
574 points FOR A SPECIFIC RUN which allows savings of memory)