Home
last modified time | relevance | path

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

1234

/libCEED/examples/fluids/qfunctions/
H A Dutils_eigensolver_jacobi.h172 …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 Dceed-mass1dbuild.h16 const CeedScalar *J = in[0], *w = in[1]; in Mass1DBuild() local
H A Dceed-mass2dbuild.h16 const CeedScalar(*J)[2][CEED_Q_VLA] = (const CeedScalar(*)[2][CEED_Q_VLA])in[0], *w = in[1]; in Mass2DBuild() local
H A Dceed-poisson1dbuild.h19 const CeedScalar *J = in[0], *w = in[1]; in Poisson1DBuild() local
H A Dceed-mass3dbuild.h16 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Mass3DBuild() local
H A Dceed-poisson3dbuild.h17 const CeedScalar(*J)[3][CEED_Q_VLA] = (const CeedScalar(*)[3][CEED_Q_VLA])in[0], *w = in[1]; in Poisson3DBuild() local
H A Dceed-poisson2dbuild.h18 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 Dtest-qfunctions.h14 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 Dt122-vector.c14 CeedVector x, y, w; in main() local
H A Dt400-qfunction.h11 const CeedScalar *w = in[0]; in setup() local
H A Dt406-qfunction.h32 const CeedScalar *w = in[0]; in setup() local
H A Dt401-qfunction.h11 const CeedScalar *w = in[0]; in setup() local
H A Dt591-operator.h12 const CeedScalar *w = in[1]; in setup() local
H A Dt405-qfunction.h11 const CeedScalar *w = in[0]; in setup() local
H A Dt405-qfunction.c12 CeedVector q_data, w, u, v; in main() local
H A Dt400-qfunction.c12 CeedVector q_data, w, u, v; in main() local
H A Dt410-qfunction.c10 CeedVector q_data, dx, w, u, v; in main() local
H A Dt401-qfunction.c13 CeedVector q_data, w, u, v; in main() local
H A Dt406-qfunction.c15 CeedVector q_data, w, u, v; in main() local
H A Dt410-qfunction-f.f907 integer qdata,j,w,u,v variable
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp2.h20 const CeedScalar *x = in[0], *w = in[1]; in SetupMassRhs3() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor.h142 __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 Dcuda-ref-basis-tensor.h142 __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 Dbps.h25 const CeedScalar *w = in[2]; in masssetupf() local
54 const CeedScalar *w = in[2]; in diffsetupf() local
/libCEED/examples/python/qfunctions/
H A Dex1-volume.h16 const CeedScalar *w = in[1]; in build_mass() local

1234