Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1216 PetscInt globalIndex = 0; in PCPatchCreateCellPatchDiscretisationInfo() local
1398 dofsArray[globalIndex] = -1; /* don't use this in assembly in this patch */ in PCPatchCreateCellPatchDiscretisationInfo()
1405 …eck(globalIndex < numDofs, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "Found more dofs %" PetscIn… in PCPatchCreateCellPatchDiscretisationInfo()
1407 dofsArray[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1412 … dofsArrayWithArtificial[globalIndex] = -1; /* don't use this in assembly in this patch */ in PCPatchCreateCellPatchDiscretisationInfo()
1419 …eck(globalIndex < numDofs, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "Found more dofs %" PetscIn… in PCPatchCreateCellPatchDiscretisationInfo()
1421 dofsArrayWithArtificial[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1433 …eck(globalIndex < numDofs, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "Found more dofs %" PetscIn… in PCPatchCreateCellPatchDiscretisationInfo()
1435 dofsArrayWithAll[globalIndex] = localDof; in PCPatchCreateCellPatchDiscretisationInfo()
1437 globalIndex++; in PCPatchCreateCellPatchDiscretisationInfo()
[all …]