| /libCEED/tests/ |
| H A D | t355-basis.c | 10 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 D | t414-qfunction.c | 38 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 D | t350-basis.c | 10 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 D | t415-qfunction.c | 38 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 D | t364-basis.c | 10 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 D | t353-basis.c | 10 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 D | t352-basis.c | 55 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 D | t109-vector-f.f90 | 10 real*8 c(10) variable
|
| H A D | t105-vector-f.f90 | 10 real*8 c(10) variable
|
| H A D | t106-vector-f.f90 | 10 real*8 c(10) variable
|
| H A D | t539-operator.h | 27 for (CeedInt c = 0; c < num_comp_0; c++) { in apply() local
|
| H A D | t537-operator.h | 23 for (CeedInt c = 0; c < 2; c++) v[i + Q * c] = rho[i] * u[i + Q * (c ? 0 : 1)]; in mass() local
|
| H A D | t596-operator.h | 26 for (CeedInt c = 0; c < num_comp; c++) v[i + c * Q] = rho[i] * c * u[i + c * Q]; in mass() local
|
| H A D | t568-operator.h | 49 for (CeedInt c = 0; c < 2; c++) { in diff() local
|
| /libCEED/include/ceed/ |
| H A D | deprecated.h | 30 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 D | benchmark.sh | 291 alias c='break' alias
|
| /libCEED/backends/avx/ |
| H A D | ceed-avx-tensor.c | 21 #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 D | cuda-ref-basis-tensor-at-points.h | 85 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 D | hip-ref-basis-tensor-at-points.h | 85 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 D | ceed-vectorpoisson1dapply.h | 24 for (CeedInt c = 0; c < num_comp; c++) { in Vector3Poisson1DApply() local
|
| H A D | ceed-vectormassapply.h | 24 for (CeedInt c = 0; c < num_comp; c++) { in Vector3MassApply() local
|
| H A D | ceed-vectorpoisson2dapply.h | 36 …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 D | ceed-vectorpoisson3dapply.h | 38 for (CeedInt c = 0; c < num_comp; c++) in Vector3Poisson3DApply() local
|
| /libCEED/examples/solids/src/ |
| H A D | matops.c | 110 PetscScalar *c, *f; in Prolong_Ceed() local 147 PetscScalar *c, *f; in Restrict_Ceed() local
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-tensor.c | 33 for (CeedInt c = 0; c < C; c++) v[(a * J + j) * C + c] += tq * u[(a * B + b) * C + c]; in CeedTensorContractApply_Ref() local
|