Home
last modified time | relevance | path

Searched defs:l (Results 1 – 14 of 14) sorted by relevance

/libCEED/examples/petsc/qfunctions/area/
H A Dareasphere.h72 … for (int l = 0; l < 1; l++) xx_sq[j][k] += xx[j][l] * xx[k][l] / (sqrt(mod_xx_sq) * mod_xx_sq); in SetupMassGeoSphere() local
86 for (int l = 0; l < 3; l++) dxdX[j][k] += dxdxx[j][l] * dxxdX[l][k]; in SetupMassGeoSphere() local
H A Dareacube.h75 for (int l = 0; l < 3; l++) dxdX[j][k] += dxdxx[j][l] * dxxdX[l][k]; in SetupMassGeoCube() local
/libCEED/examples/mfem/
H A Dbp3.cpp55 double f[3], l[3], val, lap; in rhs() local
112 for (int l = 0; l < ref_levels; l++) { in main() local
H A Dbp1.cpp90 for (int l = 0; l < ref_levels; l++) { in main() local
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h304 for (CeedInt l = 0; l < 3; l++) { in Euler() local
353 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in Euler() local
371 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in Euler() local
427 for (CeedInt l = 0; l < 3; l++) { in IFunction_Euler() local
477 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in IFunction_Euler() local
499 … for (CeedInt l = 0; l < 5; l++) stab[k][j] += jacob_F_conv[j][k][l] * Tau_x[j] * strong_conv[l]; in IFunction_Euler() local
510 … for (CeedInt l = 0; l < 5; l++) stab[k][j] = jacob_F_conv[j][k][l] * Tau_x[j] * strong_res[l]; in IFunction_Euler() local
H A Dsetupgeo_helpers.h217 for (CeedInt l = 0; l < 3; l++) dxdXTdxdX[j][k] += dxdX[l][j] * dxdX[l][k]; in InvertBoundaryMappingJacobian_3D() local
234 for (CeedInt l = 0; l < 2; l++) dXdx[j][k] += dxdXTdxdX_inv[l][j] * dxdX[k][l]; in InvertBoundaryMappingJacobian_3D() local
H A Dshocktube.h261 for (CeedInt l = 0; l < 3; l++) { in EulerShockTube() local
343 for (CeedInt l = 0; l < 5; l++) strong_conv[k] += jacob_F_conv[j][k][l] * dqdx[l][j]; in EulerShockTube() local
360 for (CeedInt l = 0; l < 5; l++) { in EulerShockTube() local
/libCEED/examples/petsc/qfunctions/bps/
H A Dbp3sphere.h97 for (int l = 0; l < 3; l++) dxdX[j][k] += dxdxx[j][l] * dxxdX[l][k]; in SetupDiffGeo() local
116 for (int l = 0; l < 3; l++) dxdXTdxdX[j][k] += dxdX[l][j] * dxdX[l][k]; in SetupDiffGeo() local
H A Dbp1sphere.h85 for (int l = 0; l < 3; l++) dxdX[j][k] += dxdxx[j][l] * dxxdX[l][k]; in SetupMassGeo() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-operator-assemble.h28 const int l = threadIdx.x; // The output column index of each B^T D B operation in __launch_bounds__() local
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-operator-assemble.h28 const int l = threadIdx.x; // The output column index of each B^T D B operation in __launch_bounds__() local
/libCEED/examples/petsc/src/
H A Dlibceedsetup.c56 CeedScalar l = 1.0 / PetscSqrtReal(3.0); // half edge of the inscribed cube in SetupLibceedByDegree() local
254 CeedScalar l = 1.0 / PetscSqrtReal(3.0); // half edge of the inscribed cube in SetupErrorOperator() local
H A Dswarmutils.c594 CeedScalar l = 1.0 / PetscSqrtReal(3.0); // half edge of the inscribed cube in SetupProblemSwarm() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp1226 const int l = idx.get(1); // The output column index of each B^TDB operation in CeedOperatorLinearAssemble_Sycl() local