Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c847 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchGetPointDofs() local
860 PetscInt dof = bs * j + l + subspaceOffset; in PCPatchGetPointDofs()
876 PetscInt dof = bs * j + l + subspaceOffset; in PCPatchGetPointDofs()
1369 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
1386 const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo()
1488 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
1500 … const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + l + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo()
1590 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
1595 … const PetscInt globalDof = cellNodeMap[cell * nodesPerCell + j] * bs + l + subspaceOffset; in PCPatchCreateCellPatchDiscretisationInfo()