Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 43) sorted by relevance

12

/libCEED/tests/
H A Dt355-basis.c10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *c) { in Eval()
16 static CeedScalar EvalGrad(CeedScalar x, CeedInt n, const CeedScalar *c) { in EvalGrad()
27 const CeedScalar c[4] = {1, 2, 3, 4}; // f = 1 + 2x + 3x^2 + ..., df = 2 + 6x + 12x^2 + ... in main() local
H A Dt414-qfunction.c38 for (CeedInt c = 0; c < num_comp; c++) { in main() local
75 for (CeedInt c = 0; c < num_comp; c++) { in main() local
H A Dt350-basis.c10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *c) { in Eval()
21 const CeedScalar c[4] = {1, 2, 3, 4}; // 1 + 2x + 3x^2 + ... in main() local
H A Dt415-qfunction.c38 for (CeedInt c = 0; c < num_comp; c++) { in main() local
79 for (CeedInt c = 0; c < num_comp; c++) { in main() local
H A Dt364-basis.c10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *c) { in Eval()
21 const CeedScalar c[4] = {1, 2, 3, 4}; // 1 + 2x + 3x^2 + ... in main() local
H A Dt353-basis.c10 static CeedScalar Eval(CeedScalar x, CeedInt n, const CeedScalar *c) { in Eval()
21 const CeedScalar c[4] = {1, 2, 3, 4}; // 1 + 2x + 3x^2 + ... in main() local
H A Dt352-basis.c55 for (CeedInt c = 0; c < num_comp; c++) u_array[i + c * p_dim] = Eval(dim, c, coord); in main() local
79 for (CeedInt c = 0; c < num_comp; c++) { in main() local
H A Dt109-vector-f.f9010 real*8 c(10) variable
H A Dt105-vector-f.f9010 real*8 c(10) variable
H A Dt106-vector-f.f9010 real*8 c(10) variable
H A Dt539-operator.h27 for (CeedInt c = 0; c < num_comp_0; c++) { in apply() local
H A Dt537-operator.h23 for (CeedInt c = 0; c < 2; c++) v[i + Q * c] = rho[i] * u[i + Q * (c ? 0 : 1)]; in mass() local
H A Dt596-operator.h26 for (CeedInt c = 0; c < num_comp; c++) v[i + c * Q] = rho[i] * c * u[i + c * Q]; in mass() local
H A Dt568-operator.h49 for (CeedInt c = 0; c < 2; c++) { in diff() local
/libCEED/include/ceed/
H A Ddeprecated.h30 static inline int CeedCompositeOperatorGetSubByName(CeedOperator a, const char *b, CeedOperator *c)… in CeedCompositeOperatorGetSubByName()
34 static inline int CeedCompositeOperatorGetMultiplicity(CeedOperator a, CeedInt b, CeedInt *c, CeedV… in CeedCompositeOperatorGetMultiplicity()
/libCEED/benchmarks/
H A Dbenchmark.sh291 alias c='break' alias
/libCEED/backends/avx/
H A Dceed-avx-tensor.c21 #define fmadd(c, a, b) (c) = _mm256_fmadd_pd((a), (b), (c)) argument
23 #define fmadd(c, a, b) (c) += _mm256_mul_pd((a), (b)) argument
33 #define fmadd(c, a, b) (c) = _mm_fmadd_ps((a), (b), (c)) argument
35 #define fmadd(c, a, b) (c) += _mm_mul_ps((a), (b)) argument
55 for (CeedInt c = 0; c < (C / CC) * CC; c += CC) { in CeedTensorContract_Avx_Blocked() local
77 for (CeedInt c = 0; c < (C / CC) * CC; c += CC) { in CeedTensorContract_Avx_Blocked() local
118 for (CeedInt c = (C / CC) * CC; c < C; c += 4) { in CeedTensorContract_Avx_Remainder() local
143 … for (CeedInt c = (C / CC) * CC; c < C; c++) v[(a * J + j) * C + c] += tq * u[(a * B + b) * C + c]; in CeedTensorContract_Avx_Remainder() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h85 const CeedInt c = k % post; in InterpAtPoints() local
112 for (CeedInt c = 0; c < post; c++) { in InterpAtPoints() local
179 for (CeedInt c = 0; c < post; c++) { in InterpTransposeAtPoints() local
204 const CeedInt c = k % post; in InterpTransposeAtPoints() local
265 const CeedInt c = k % post; in GradAtPoints() local
296 for (CeedInt c = 0; c < post; c++) { in GradAtPoints() local
369 for (CeedInt c = 0; c < post; c++) { in GradTransposeAtPoints() local
395 const CeedInt c = k % post; in GradTransposeAtPoints() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h85 const CeedInt c = k % post; in InterpAtPoints() local
112 for (CeedInt c = 0; c < post; c++) { in InterpAtPoints() local
179 for (CeedInt c = 0; c < post; c++) { in InterpTransposeAtPoints() local
204 const CeedInt c = k % post; in InterpTransposeAtPoints() local
265 const CeedInt c = k % post; in GradAtPoints() local
296 for (CeedInt c = 0; c < post; c++) { in GradAtPoints() local
369 for (CeedInt c = 0; c < post; c++) { in GradTransposeAtPoints() local
395 const CeedInt c = k % post; in GradTransposeAtPoints() local
/libCEED/include/ceed/jit-source/gallery/
H A Dceed-vectorpoisson1dapply.h24 for (CeedInt c = 0; c < num_comp; c++) { in Vector3Poisson1DApply() local
H A Dceed-vectormassapply.h24 for (CeedInt c = 0; c < num_comp; c++) { in Vector3MassApply() local
H A Dceed-vectorpoisson2dapply.h36 …for (CeedInt c = 0; c < num_comp; c++) vg[j][c][i] = (ug[0][c][i] * dXdxdXdxT[0][j] + ug[1][c][i] … in Vector3Poisson2DApply() local
H A Dceed-vectorpoisson3dapply.h38 for (CeedInt c = 0; c < num_comp; c++) in Vector3Poisson3DApply() local
/libCEED/examples/solids/src/
H A Dmatops.c110 PetscScalar *c, *f; in Prolong_Ceed() local
147 PetscScalar *c, *f; in Restrict_Ceed() local
/libCEED/backends/ref/
H A Dceed-ref-tensor.c33 for (CeedInt c = 0; c < C; c++) v[(a * J + j) * C + c] += tq * u[(a * B + b) * C + c]; in CeedTensorContractApply_Ref() local

12