Home
last modified time | relevance | path

Searched refs:cpdim (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfem.c3037 PetscInt NcJ = 0, cpdim = 0, j, qNc; in DMPlexComputeInterpolatorNested() local
3047 PetscCall(PetscFEGetDimension(fe, &cpdim)); in DMPlexComputeInterpolatorNested()
3057 for (j = 0; j < cpdim; ++j) { in DMPlexComputeInterpolatorNested()
3066 … < Nc; ++c) elemMat[(offsetI + i) * cTotDim + offsetJ + j] += T->T[0][k * cpdim * NcJ + j * Nc + c… in DMPlexComputeInterpolatorNested()
3077 cpdim = 1; in DMPlexComputeInterpolatorNested()
3086 for (j = 0; j < cpdim; ++j) { in DMPlexComputeInterpolatorNested()
3093 offsetJ += cpdim; in DMPlexComputeInterpolatorNested()
3245 PetscInt numCoarseCells, cpdim, row = findices[i + off], q, c, j; in DMPlexComputeInterpolatorGeneral() local
3274 if (id == PETSCFE_CLASSID) PetscCall(PetscFEGetDimension((PetscFE)obj, &cpdim)); in DMPlexComputeInterpolatorGeneral()
3275 else cpdim = 1; in DMPlexComputeInterpolatorGeneral()
[all …]