| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils_eigensolver_jacobi.h | 172 …for (CeedInt w = 0; w < i; w++) { // 0 <= w < i < … in ApplyRot() local 178 …for (CeedInt w = i + 1; w < j; w++) { // 0 <= i < w < … in ApplyRot() local 182 …for (CeedInt w = j + 1; w < N; w++) { // 0 <= i < j+1 <= … in ApplyRot() local 191 …for (CeedInt w = 0; w < i; w++) { // 0 <= w < i < … in ApplyRot() local 196 …for (CeedInt w = i + 1; w < j; w++) { // 0 <= i+1 <= w < … in ApplyRot() local 201 …for (CeedInt w = j + 1; w < N; w++) { // 0 <= i < j < … in ApplyRot() local
|
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-mass1dbuild.h | 16 const CeedScalar *J = in[0], *w = in[1]; in Mass1DBuild() local
|
| H A D | ceed-mass2dbuild.h | 16 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0], *w = in[1]; in Mass2DBuild() local
|
| H A D | ceed-poisson1dbuild.h | 19 const CeedScalar *J = in[0], *w = in[1]; in Poisson1DBuild() local
|
| H A D | ceed-mass3dbuild.h | 16 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Mass3DBuild() local
|
| H A D | ceed-poisson3dbuild.h | 17 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Poisson3DBuild() local
|
| H A D | ceed-poisson2dbuild.h | 18 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0], *w = in[1]; in Poisson2DBuild() local
|
| /libCEED/python/tests/ |
| H A D | test-qfunctions.h | 14 const CeedScalar *w = in[0], *J = in[1]; in setup_mass() local 31 const CeedScalar *w = in[0], *J = in[1]; in setup_mass_2d() local
|
| /libCEED/tests/ |
| H A D | t122-vector.c | 14 CeedVector x, y, w; in main() local
|
| H A D | t400-qfunction.h | 11 const CeedScalar *w = in[0]; in setup() local
|
| H A D | t406-qfunction.h | 32 const CeedScalar *w = in[0]; in setup() local
|
| H A D | t401-qfunction.h | 11 const CeedScalar *w = in[0]; in setup() local
|
| H A D | t591-operator.h | 12 const CeedScalar *w = in[1]; in setup() local
|
| H A D | t405-qfunction.h | 11 const CeedScalar *w = in[0]; in setup() local
|
| H A D | t405-qfunction.c | 12 CeedVector q_data, w, u, v; in main() local
|
| H A D | t400-qfunction.c | 12 CeedVector q_data, w, u, v; in main() local
|
| H A D | t410-qfunction.c | 10 CeedVector q_data, dx, w, u, v; in main() local
|
| H A D | t401-qfunction.c | 13 CeedVector q_data, w, u, v; in main() local
|
| H A D | t406-qfunction.c | 15 CeedVector q_data, w, u, v; in main() local
|
| H A D | t410-qfunction-f.f90 | 7 integer qdata,j,w,u,v variable
|
| /libCEED/examples/petsc/qfunctions/bps/ |
| H A D | bp2.h | 20 const CeedScalar *x = in[0], *w = in[1]; in SetupMassRhs3() local
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor.h | 142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d() 155 __device__ void Weight2d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight2d() 173 __device__ void Weight3d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight3d()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-basis-tensor.h | 142 __device__ void Weight1d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight1d() 155 __device__ void Weight2d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight2d() 173 __device__ void Weight3d(const CeedInt num_elem, const CeedScalar *q_weight_1d, CeedScalar *w) { in Weight3d()
|
| /libCEED/examples/nek/bps/ |
| H A D | bps.h | 25 const CeedScalar *w = in[2]; in masssetupf() local 54 const CeedScalar *w = in[2]; in diffsetupf() local
|
| /libCEED/examples/python/qfunctions/ |
| H A D | ex1-volume.h | 16 const CeedScalar *w = in[1]; in build_mass() local
|