Home
last modified time | relevance | path

Searched defs:w (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dutils_eigensolver_jacobi.h168 …for (CeedInt w = 0; w < i; w++) { // 0 <= w < i < … in ApplyRot() local
174 …for (CeedInt w = i + 1; w < j; w++) { // 0 <= i < w < … in ApplyRot() local
178 …for (CeedInt w = j + 1; w < N; w++) { // 0 <= i < j+1 <= … in ApplyRot() local
187 …for (CeedInt w = 0; w < i; w++) { // 0 <= w < i < … in ApplyRot() local
192 …for (CeedInt w = i + 1; w < j; w++) { // 0 <= i+1 <= w < … in ApplyRot() local
197 …for (CeedInt w = j + 1; w < N; w++) { // 0 <= i < j < … in ApplyRot() local
H A Driemann_solver.h30 RoeWeights w = {sqrt_left / (sqrt_left + sqrt_right), sqrt_right / (sqrt_left + sqrt_right)}; in RoeSetup() local
/honee/src/
H A Dsetupts.c82 for (PetscInt w = 0; w < num_walls; w++) { in Surface_Forces_NS() local
278 for (PetscInt w = 0; w < num_wall; w++) { in TSMonitor_WallForce() local
/honee/problems/
H A Dblasius.c76 PetscReal *w; in ComputeChebyshevCoefficients() local