Lines Matching refs:hlevel
187 … levels %" PetscInt_FMT " -> %" PetscInt_FMT ".\n", ngsizc, nlghsizp, dmbp->hlevel, dmbc->hlevel)); in DMCreateInterpolation_Moab()
216 merr = dmbc->hierarchy->child_to_parent(jhandle, dmbc->hlevel, dmbp->hlevel, &parent); in DMCreateInterpolation_Moab()
221 merr = dmbp->hierarchy->get_connectivity(parent, dmbp->hlevel, connp); in DMCreateInterpolation_Moab()
274 merr = dmbp->hierarchy->parent_to_child(ehandle, dmbp->hlevel, dmbc->hlevel, children); in DMCreateInterpolation_Moab()
278 merr = dmbp->hierarchy->get_connectivity(ehandle, dmbp->hlevel, connp); in DMCreateInterpolation_Moab()
288 merr = dmbp->hierarchy->get_coordinates(&connp[0], connp.size(), dmbp->hlevel, &pcoords[0]); in DMCreateInterpolation_Moab()
290 merr = dmbc->hierarchy->get_coordinates(&connc[0], connc.size(), dmbc->hlevel, &ccoords[0]); in DMCreateInterpolation_Moab()
301 …factor = std::pow(2.0 /*degree_P_for_refinement*/, (dmbc->hlevel - dmbp->hlevel) * dmbp->dim * 1.0… in DMCreateInterpolation_Moab()
315 merr = dmbp->hierarchy->parent_to_child(ehandle, dmbp->hlevel, dmbc->hlevel, children); in DMCreateInterpolation_Moab()
319 merr = dmbp->hierarchy->get_connectivity(ehandle, dmbp->hlevel, connp); in DMCreateInterpolation_Moab()
327 merr = dmbp->hierarchy->get_coordinates(&connp[0], connp.size(), dmbp->hlevel, &pcoords[0]); in DMCreateInterpolation_Moab()
329 merr = dmbc->hierarchy->get_coordinates(&connc[0], connc.size(), dmbc->hlevel, &ccoords[0]); in DMCreateInterpolation_Moab()
427 if ((dmb->hlevel == dmb->nhlevels && refine) || (dmb->hlevel == 0 && !refine)) { in DMMoab_UMR_Private()
428 if (dmb->hlevel + 1 > dmb->nhlevels && refine) { in DMMoab_UMR_Private()
429 …OAB UMR max levels = %" PetscInt_FMT ". Creating a NULL object.\n", dmb->hlevel + 1, dmb->nhlevels… in DMMoab_UMR_Private()
431 …hlevel - 1 < 0 && !refine) PetscCall(PetscInfo(NULL, "Invalid multigrid coarsen hierarchy level sp… in DMMoab_UMR_Private()
448 dd2->hlevel = dmb->hlevel + 1; in DMMoab_UMR_Private()
450 dd2->hlevel = dmb->hlevel - 1; in DMMoab_UMR_Private()
458 dd2->fileset = dd2->hsets[dd2->hlevel]; in DMMoab_UMR_Private()