Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex9.c14 PetscBool reuseArray; /* Pass in user allocated array to VecGetClosure() */ member
38 options->reuseArray = PETSC_FALSE; in ProcessOptions()
73 …user allocated array to VecGetClosure()", "ex9.c", options->reuseArray, &options->reuseArray, NULL… in ProcessOptions()
313 PetscScalar *userArray = user->reuseArray ? tmpArray : NULL; in TestVecClosure()
357 … if (!user->reuseArray) PetscCall(DMPlexVecRestoreClosure(dm, s, v, c, &closureSize, &closure)); in TestVecClosure()