Searched refs:hlevel (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbmg.cxx | 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() [all …]
|
| H A D | dmmoab.cxx | 115 dmmoab->hlevel = 0; in DMMoabCreateMoab() 613 if (nlevel) *nlevel = ((DM_Moab *)dm->data)->hlevel; in DMMoabGetHierarchyLevel() 675 if (dmmoab->hlevel) { in DMMoabGetVertexCoordinates() 676 …b->hierarchy->get_coordinates(const_cast<moab::EntityHandle *>(conn), nconn, dmmoab->hlevel, vpos); in DMMoabGetVertexCoordinates() 930 if (!dmmoab->hlevel && dmmoab->icreatedinstance) delete dmmoab->hierarchy; in DMDestroy_Moab() 1161 if (!dmmoab->hlevel) { in DMSetUp_Moab() 1193 merr = dmmoab->hierarchy->get_connectivity(elemHandle, dmmoab->hlevel, connect); in DMSetUp_Moab()
|
| H A D | dmmbmat.cxx | 88 if (dmmoab->hlevel && (dmmoab->pcomm->size() == 1)) { in DMMoab_Compute_NNZ_From_Connectivity()
|
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 85 PetscInt nhlevels, hlevel; member 96 PetscInt nhlevels, hlevel; member
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 352 PetscInt i, j, q, nconn, nglobale, nglobalv, nc, npoints, hlevel; in ComputeMatrix_MOAB() local 371 PetscCall(DMMoabGetHierarchyLevel(dm, &hlevel)); in ComputeMatrix_MOAB() 372 …RLD, "ComputeMatrix: Level = %d, N(elements) = %d, N(vertices) = %d \n", hlevel, nglobale, nglobal… in ComputeMatrix_MOAB()
|
| H A D | ex35.cxx | 388 PetscInt i, j, q, nconn, nglobale, nglobalv, nc, npoints, hlevel; in ComputeMatrix() local 407 PetscCall(DMMoabGetHierarchyLevel(dm, &hlevel)); in ComputeMatrix() 408 …RLD, "ComputeMatrix: Level = %d, N(elements) = %d, N(vertices) = %d \n", hlevel, nglobale, nglobal… in ComputeMatrix()
|