Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dpmap.c64 (*map)->oldn = -1; in PetscLayoutCreate()
195 map->oldn = map->n; in PetscLayoutCreateFromRanges()
237 …PetscCheck(!map->setupcalled || !(map->n != map->oldn || map->N != map->oldN), map->comm, PETSC_ER… in PetscLayoutSetUp()
238 map->oldn, map->oldN, map->n, map->N); in PetscLayoutSetUp()
261 map->oldn = map->n; in PetscLayoutSetUp()
/petsc/include/
H A Dpetscis.h317 PetscInt oldn, oldN; /* Checking if setup is allowed */ member