Searched refs:reuseArray (Results 1 – 1 of 1) sorted by relevance
14 PetscBool reuseArray; /* Pass in user allocated array to VecGetClosure() */ member38 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()