Lines Matching refs:coneSize
807 PetscInt suppSize, s, coneSize, c, numChildren; in DMFieldComputeFaceData_DS() local
819 PetscCall(DMPlexGetConeSize(dm, supp[s], &coneSize)); in DMFieldComputeFaceData_DS()
821 for (c = 0; c < coneSize; ++c) in DMFieldComputeFaceData_DS()
826 …PetscCheck(c != coneSize, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid connectivity: point %" Pe… in DMFieldComputeFaceData_DS()
911 PetscInt coneSize; in DMFieldComputeFaceData_DS() local
932 PetscCall(DMPlexGetConeSize(K, 0, &coneSize)); in DMFieldComputeFaceData_DS()
934 PetscCall(PetscMalloc2(numFaces, &co, coneSize, &counts)); in DMFieldComputeFaceData_DS()
964 …PetscCheck(numCone == coneSize, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Support point does not match ref… in DMFieldComputeFaceData_DS()
967 for (f = 0; f < coneSize; f++) { in DMFieldComputeFaceData_DS()
987 for (f = 0; f < coneSize; f++) PetscCall(PetscCalloc1(numOrient + 1, &counts[f])); in DMFieldComputeFaceData_DS()
1068 for (f = 0; f < coneSize; f++) { in DMFieldComputeFaceData_DS()
1123 for (f = 0; f < coneSize; f++) PetscCall(PetscFree(counts[f])); in DMFieldComputeFaceData_DS()