Lines Matching refs:clsize
6797 PetscInt mdepth, numFields, numPoints, Np = 0, p, clsize, size; in DMPlexVecGetClosureAtDepth() local
6813 for (clsize = 0, p = 0; p < Np; p++) { in DMPlexVecGetClosureAtDepth()
6816 clsize += dof; in DMPlexVecGetClosureAtDepth()
6818 …PetscSectionGetClosureInversePermutation_Internal(section, (PetscObject)dm, depth, clsize, &perm)); in DMPlexVecGetClosureAtDepth()
7301 PetscInt depth, numFields, numPoints, p, clsize; in DMPlexVecSetClosure() local
7316 for (clsize = 0, p = 0; p < numPoints; p++) { in DMPlexVecSetClosure()
7319 clsize += dof; in DMPlexVecSetClosure()
7321 …tscSectionGetClosureInversePermutation_Internal(section, (PetscObject)dm, depth, clsize, &clperm)); in DMPlexVecSetClosure()
8187 PetscInt depth, clsize; in DMPlexGetClosureIndices_Internal() local
8189 for (clsize = 0, p = 0; p < Ncl; p++) { in DMPlexGetClosureIndices_Internal()
8192 clsize += dof; in DMPlexGetClosureIndices_Internal()
8194 …tscSectionGetClosureInversePermutation_Internal(section, (PetscObject)dm, depth, clsize, &clperm)); in DMPlexGetClosureIndices_Internal()