Home
last modified time | relevance | path

Searched refs:match (Results 1 – 6 of 6) sorted by relevance

/phasta/phSolver/common/test/
H A DphIOreaddatablock.cc46 int match = (len[0] == len[1]); in main() local
47 if(!rank && match) in main()
49 if(!rank && !match) { in main()
54 match = true; in main()
56 match = match && ( coords[0][i] == coords[1][i] ); in main()
58 if(!rank && match) in main()
60 if(!rank && !match) { in main()
69 return !match; in main()
H A DphIOreadheader.cc37 int match = (numberOfNodes[0] == numberOfNodes[1]); in main() local
38 if(!rank && match) in main()
40 if(!rank && !match) in main()
43 return !match; in main()
H A DphIOwrite.cc47 int match = (numFish[0] == numFish[1]) && (fishWeight[0] == fishWeight[1]); in main() local
48 if(!rank && match) in main()
50 if(!rank && !match) in main()
53 return !match; in main()
/phasta/phSolver/cmake/
H A DGetGitRevisionDescription.cmake17 # Returns the results of git describe --exact-match on the source tree,
128 git_describe(out --exact-match ${ARGN})
/phasta/phSolver/incompressible/e3source/
H A De3source.fimplicit288 c i j indices match array where V is the velocity (u in our notes)
434 c i j indices match array where V is the velocity (u in our notes)
H A De3source.fRHSonly288 c i j indices match array where V is the velocity (u in our notes)
420 c i j indices match array where V is the velocity (u in our notes)