Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1192 PetscSection gtolCounts, gtolCountsWithArtificial = NULL, gtolCountsWithAll = NULL; in PCPatchCreateCellPatchDiscretisationInfo() local
1244 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &patch->gtolCounts)); in PCPatchCreateCellPatchDiscretisationInfo()
1245 gtolCounts = patch->gtolCounts; in PCPatchCreateCellPatchDiscretisationInfo()
1246 PetscCall(PetscSectionSetChart(gtolCounts, vStart, vEnd)); in PCPatchCreateCellPatchDiscretisationInfo()
1247 PetscCall(PetscObjectSetName((PetscObject)patch->gtolCounts, "Patch Global Index Section")); in PCPatchCreateCellPatchDiscretisationInfo()
1452 PetscCall(PetscSectionSetDof(gtolCounts, v, dof)); in PCPatchCreateCellPatchDiscretisationInfo()
1457 PetscCall(PetscSectionSetUp(gtolCounts)); in PCPatchCreateCellPatchDiscretisationInfo()
1458 PetscCall(PetscSectionGetStorageSize(gtolCounts, &numGlobalDofs)); in PCPatchCreateCellPatchDiscretisationInfo()
1517 PetscCall(PetscSectionGetOffset(gtolCounts, v, &goff)); in PCPatchCreateCellPatchDiscretisationInfo()
1679 PetscCall(PetscSectionViewFromOptions(patch->gtolCounts, (PetscObject)pc, option)); in PCPatchCreateCellPatchDiscretisationInfo()
[all …]
/petsc/include/petsc/private/
H A Dpcpatchimpl.h49 PetscSection gtolCounts; /* ?? Indices to extract from local to patch vectors */ member
/petsc/src/snes/impls/patch/
H A Dsnespatch.c80 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCSetUp_PATCH_Nonlinear()
121 PetscCall(PetscSectionGetChart(patch->gtolCounts, &pStart, NULL)); in PCApply_PATCH_Nonlinear()