Lines Matching refs:offsetI
2941 PetscInt dim, Nf, f, fieldI, fieldJ, offsetI, offsetJ, cStart, cEnd, c; in DMPlexComputeInterpolatorNested() local
3005 for (fieldI = 0, offsetI = 0; fieldI < Nf; ++fieldI) { in DMPlexComputeInterpolatorNested()
3066 …for (c = 0; c < Nc; ++c) elemMat[(offsetI + i) * cTotDim + offsetJ + j] += T->T[0][k * cpdim * NcJ… in DMPlexComputeInterpolatorNested()
3087 …for (c = 0; c < Nc; ++c) elemMat[(offsetI + i) * cTotDim + offsetJ + j] += 1.0 * qweights[p * qNc … in DMPlexComputeInterpolatorNested()
3095 offsetI += fpdim; in DMPlexComputeInterpolatorNested()
6310 PetscInt offsetI, NcI, NbI = 1, fc, f; in DMPlexComputeJacobianByKey() local
6314 PetscCall(PetscDSGetFieldOffset(prob, fieldI, &offsetI)); in DMPlexComputeJacobianByKey()
6327 const PetscInt i = offsetI + f * NcI + fc; in DMPlexComputeJacobianByKey()
6533 PetscInt offsetI, NcI, NbI = 1; in DMPlexComputeJacobianByKeyGeneral() local
6537 PetscCall(PetscDSGetFieldOffset(rds, fieldI, &offsetI)); in DMPlexComputeJacobianByKeyGeneral()
6550 const PetscInt i = offsetI + f * NcI + fc; in DMPlexComputeJacobianByKeyGeneral()