Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h95 Vec *patch_dof_weights; /* Weighting for dof in each patch */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2923 if (patch->patch_dof_weights) { in PCReset_PATCH()
2924 for (i = 0; i < patch->npatch; ++i) PetscCall(VecDestroy(&patch->patch_dof_weights[i])); in PCReset_PATCH()
2925 PetscCall(PetscFree(patch->patch_dof_weights)); in PCReset_PATCH()