Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dpmap.c60 (*map)->range_alloc = PETSC_TRUE; in PetscLayoutCreate()
132 if ((*map)->range_alloc) PetscCall(PetscFree((*map)->range)); in PetscLayoutDestroy()
175 map->range_alloc = PETSC_FALSE; /* fall through */ in PetscLayoutCreateFromRanges()
/petsc/include/
H A Dpetscis.h312 PetscBool range_alloc; /* should range be freed in Destroy? */ member