Lines Matching refs:globalIndex
1216 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()
1456 …globalIndex == numDofs, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Expected number of dofs (%" Pe… in PCPatchCreateCellPatchDiscretisationInfo()