Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c214 PetscInt *n_per_temp; in PCHYPREGetCFMarkers_BoomerAMG() local
222 PetscCall(PetscMalloc1(num_levels, &n_per_temp)); in PCHYPREGetCFMarkers_BoomerAMG()
235 n_per_temp[l] = coarse_nodes; in PCHYPREGetCFMarkers_BoomerAMG()
237 n_per_temp[num_levels - 1] = fine_nodes; in PCHYPREGetCFMarkers_BoomerAMG()
238 *n_per_level = n_per_temp; in PCHYPREGetCFMarkers_BoomerAMG()