Searched refs:n_per_temp (Results 1 – 1 of 1) sorted by relevance
214 PetscInt *n_per_temp; in PCHYPREGetCFMarkers_BoomerAMG() local222 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()