Lines Matching refs:vj
341 …const PetscReal vj[3] = {xx[jpidx_glb], yy[jpidx_glb], zz ? zz[jpidx_glb] : 0}, wj = ww[jpi… in LandauFormJacobian_Internal() local
356 …etscReal Ud[2][2], Uk[2][2], mask = (PetscAbs(vj[0] - x) < 100 * PETSC_SQRT_MACHINE_EPSILON && Pet… in LandauFormJacobian_Internal()
357 LandauTensor2D(vj, x, y, Ud, Uk, mask); in LandauFormJacobian_Internal()
359 …mask = (PetscAbs(vj[0] - x) < 100 * PETSC_SQRT_MACHINE_EPSILON && PetscAbs(vj[1] - y) < 100 * PETS… in LandauFormJacobian_Internal()
361 LandauTensor3DRelativistic(vj, x, y, z, U, mask, C_0(ctx->v_0)); in LandauFormJacobian_Internal()
363 LandauTensor3D(vj, x, y, z, U, mask); in LandauFormJacobian_Internal()
1755 …PetscReal vj[LANDAU_MAX_NQND * LANDAU_DIM], detJj[LANDAU_MAX_NQND], Jdummy[LANDAU_MAX_NQND * LA… in CreateStaticData() local
1757 …PetscCall(DMPlexComputeCellGeometryFEM(ctx->plex[grid], ej + cStart, quad, vj, Jdummy, invJe, detJ… in CreateStaticData()
1764 if (dim == 2) ww[gidx] *= vj[qj * dim + 0]; /* cylindrical coordinate, w/o 2pi */ in CreateStaticData()
1781 xx[gidx] = vj[qj * dim + 0]; /* coordinate */ in CreateStaticData()
1782 yy[gidx] = vj[qj * dim + 1]; in CreateStaticData()
1783 if (dim == 3) zz[gidx] = vj[qj * dim + 2]; in CreateStaticData()
1800 xx[gidx] = vj[qj * dim + 0]; /* coordinate */ in CreateStaticData()
1801 yy[gidx] = vj[qj * dim + 1]; in CreateStaticData()
1802 if (dim == 3) zz[gidx] = vj[qj * dim + 2]; in CreateStaticData()