Searched refs:w (Results 1 – 10 of 10) sorted by relevance
| /honee/qfunctions/ |
| H A D | utils_eigensolver_jacobi.h | 168 …for (CeedInt w = 0; w < i; w++) { // 0 <= w < i < … in ApplyRot() local 169 …A[i * N + w] = A[w * N + i]; // backup the previou… in ApplyRot() 170 …A[w * N + i] = rotmat_cst[0] * A[w * N + i] - rotmat_cst[1] * A[w * N + j]; // A[w][i], A[w][j] f… in ApplyRot() 171 if (i == max_idx_row[w]) max_idx_row[w] = MaxEntryRow(A, N, w); in ApplyRot() 172 else if (fabs(A[w * N + i]) > fabs(A[w * N + max_idx_row[w]])) max_idx_row[w] = i; in ApplyRot() 174 …for (CeedInt w = i + 1; w < j; w++) { // 0 <= i < w < … in ApplyRot() local 175 …A[w * N + i] = A[i * N + w]; // backup the previou… in ApplyRot() 176 …A[i * N + w] = rotmat_cst[0] * A[i * N + w] - rotmat_cst[1] * A[w * N + j]; // A[i][w], A[w][j] f… in ApplyRot() 178 …for (CeedInt w = j + 1; w < N; w++) { // 0 <= i < j+1 <= … in ApplyRot() local 179 …A[w * N + i] = A[i * N + w]; // backup the previou… in ApplyRot() [all …]
|
| H A D | setupgeo2d.h | 42 const CeedScalar(*w) = in[1]; in Setup2d() 48 const CeedScalar wdetJ = w[i] * detJ; in Setup2d() 83 const CeedScalar(*w) = in[1]; in SetupBoundary2d() 89 const CeedScalar wdetJ = w[i] * detJb; in SetupBoundary2d() 137 const CeedScalar(*w) = in[1]; in Setup2D_3Dcoords() 145 const CeedScalar wdetJ = w[i] * detJb; in Setup2D_3Dcoords() 173 const CeedScalar(*w) = in[2]; in Setup2DBoundaryGradient() 180 const CeedScalar wdetJ = w[i] * detJ_face; in Setup2DBoundaryGradient()
|
| H A D | setupgeo.h | 44 const CeedScalar(*w) = in[1]; in Setup() 50 const CeedScalar wdetJ = w[i] * detJ; in Setup() 102 const CeedScalar(*w) = in[1]; in SetupBoundary() 110 const CeedScalar wdetJ = w[i] * detJb; in SetupBoundary() 143 const CeedScalar(*w) = in[2]; in SetupBoundaryGradient() 150 const CeedScalar wdetJ = w[i] * detJ_face; in SetupBoundaryGradient()
|
| H A D | utils.h | 67 CEED_QFUNCTION_HELPER void Cross3(const CeedScalar u[3], const CeedScalar v[3], CeedScalar w[3]) { in Cross3() 68 w[0] = (u[1] * v[2]) - (u[2] * v[1]); in Cross3() 69 w[1] = (u[2] * v[0]) - (u[0] * v[2]); in Cross3() 70 w[2] = (u[0] * v[1]) - (u[1] * v[0]); in Cross3()
|
| H A D | riemann_solver.h | 30 RoeWeights w = {sqrt_left / (sqrt_left + sqrt_right), sqrt_right / (sqrt_left + sqrt_right)}; in RoeSetup() local 31 return w; in RoeSetup()
|
| /honee/src/ |
| H A D | setupts.c | 82 for (PetscInt w = 0; w < num_walls; w++) { in Surface_Forces_NS() local 83 const PetscInt wall = walls[w], *points; in Surface_Forces_NS() 103 reaction_force[w * dim + j] -= r[node].momentum[j]; in Surface_Forces_NS() 278 for (PetscInt w = 0; w < num_wall; w++) { in TSMonitor_WallForce() local 279 PetscInt wall = walls[w]; in TSMonitor_WallForce() 282 … reaction_force[w * dim + 0], reaction_force[w * dim + 1], reaction_force[w * dim + 2])); in TSMonitor_WallForce() 286 … reaction_force[w * dim + 0], reaction_force[w * dim + 1], reaction_force[w * dim + 2])); in TSMonitor_WallForce()
|
| /honee/problems/ |
| H A D | blasius.c | 76 PetscReal *w; in ComputeChebyshevCoefficients() local 83 PetscCall(PetscMalloc2(N - 3, &blasius->X, N - 3, &w)); in ComputeChebyshevCoefficients() 84 PetscCall(PetscDTGaussQuadrature(N - 3, -1., 1., blasius->X, w)); in ComputeChebyshevCoefficients() 107 PetscCall(PetscFree2(blasius->X, w)); in ComputeChebyshevCoefficients()
|
| /honee/tests/junit-xml/ |
| H A D | README.rst | 75 with open('output.xml', 'w') as f:
|
| /honee/doc/ |
| H A D | examples.md | 387 w &= V'_z\\
|
| /honee/ |
| H A D | Doxyfile | 1301 # doxygen -w html new_header.html new_footer.html new_stylesheet.css 1998 # doxygen -w latex new_header.tex new_footer.tex new_stylesheet.sty
|