Searched refs:ifdof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1064 …PetscInt dof, off, cdof, coff, efdof, efoff, ifdof, ifoff, pdof, n = 0, cn = 0, ifn = 0, efn … in PCPatchCreateCellPatches() local 1070 PetscCall(PetscSectionGetDof(intFacetCounts, v, &ifdof)); in PCPatchCreateCellPatches() 1114 …ifdof, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Number of interior facets in patch %" PetscInt_FMT " i… in PCPatchCreateCellPatches() 1119 for (ifn = 0; ifn < ifdof; ifn++) { in PCPatchCreateCellPatches()
|