Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmmbimpl.h48 PetscInt seqstart, seqend; /* Local start and end entity IDs for vertices */ member
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx1101 dmmoab->seqend = dmmoab->mbiface->id_from_handle(dmmoab->vlocal->back()); in DMSetUp_Moab()
1102 …: Local [min, max] - [%" PetscInt_FMT ", %" PetscInt_FMT "]\n", dmmoab->seqstart, dmmoab->seqend)); in DMSetUp_Moab()
1104 …PetscCall(PetscMalloc2(dmmoab->seqend - dmmoab->seqstart + 1, &dmmoab->gidmap, dmmoab->seqend - dm… in DMSetUp_Moab()