Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c215 PetscBT *markertmp; in PCHYPREGetCFMarkers_BoomerAMG() local
223 PetscCall(PetscMalloc1(num_levels - 1, &markertmp)); in PCHYPREGetCFMarkers_BoomerAMG()
228 PetscCall(PetscBTCreate(fine_nodes, &markertmp[l])); in PCHYPREGetCFMarkers_BoomerAMG()
231 PetscCall(PetscBTSet(markertmp[l], k)); in PCHYPREGetCFMarkers_BoomerAMG()
239 *CFMarkers = markertmp; in PCHYPREGetCFMarkers_BoomerAMG()