Searched refs:cell0idx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1828 const PetscInt *cell0idx = &dofsArray[(offset + cell0) * patch->totalDofsPerCell]; in PCPatchCreateMatrix_Private() local 1830 …PetscCall(MatSetValues(*mat, patch->totalDofsPerCell, cell0idx, patch->totalDofsPerCell, cell1idx,… in PCPatchCreateMatrix_Private() 1831 …alues(*mat, patch->totalDofsPerCell, cell1idx, patch->totalDofsPerCell, cell0idx, zeroes, INSERT_V… in PCPatchCreateMatrix_Private() 1867 const PetscInt *cell0idx = &dofsArray[(offset + cell0) * patch->totalDofsPerCell]; in PCPatchCreateMatrix_Private() local 1869 …PetscCall(MatSetValues(preallocator, patch->totalDofsPerCell, cell0idx, patch->totalDofsPerCell, c… in PCPatchCreateMatrix_Private() 1870 …eallocator, patch->totalDofsPerCell, cell1idx, patch->totalDofsPerCell, cell0idx, vals, INSERT_VAL… in PCPatchCreateMatrix_Private()
|