Searched refs:facetDofs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 2070 PetscInt *facetDofs = NULL, *facetDofsWithAll = NULL; in PCPatchComputeOperator_Internal() local 2086 PetscCall(PetscMalloc1(2 * patch->totalDofsPerCell * numIntFacets, &facetDofs)); in PCPatchComputeOperator_Internal() 2108 facetDofs[idx] = dofsArray[(offset + cell) * patch->totalDofsPerCell + d]; in PCPatchComputeOperator_Internal() 2112 PetscCall(MatSetValues(mat, nFacetDof, facetDofs, nFacetDof, facetDofs, v, ADD_VALUES)); in PCPatchComputeOperator_Internal() 2127 facetDofs[idx] = dofsArray[(offset + cell) * patch->totalDofsPerCell + d]; in PCPatchComputeOperator_Internal() 2134 …pc, point, x, mat, facetIS, 2 * numIntFacets * patch->totalDofsPerCell, facetDofs, facetDofsWithAl… in PCPatchComputeOperator_Internal() 2139 PetscCall(PetscFree(facetDofs)); in PCPatchComputeOperator_Internal()
|