Lines Matching refs:pdm
59 DM pdm; in TestReordering() local
67 PetscCall(DMPlexPermute(dm, perm, &pdm)); in TestReordering()
68 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)pdm, "perm_")); in TestReordering()
69 PetscCall(DMSetFromOptions(pdm)); in TestReordering()
72 PetscCall(DMViewFromOptions(pdm, NULL, "-dm_view")); in TestReordering()
74 PetscCall(DMCreateMatrix(pdm, &pA)); in TestReordering()
81 PetscCall(DMDestroy(&pdm)); in TestReordering()
110 DM pdm; in TestReorderingByGroup() local
120 PetscCall(DMPlexPermute(dm, perm, &pdm)); in TestReorderingByGroup()
121 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)pdm, "perm_")); in TestReorderingByGroup()
122 PetscCall(DMSetFromOptions(pdm)); in TestReorderingByGroup()
124 PetscCall(DMViewFromOptions(pdm, NULL, "-perm_dm_view")); in TestReorderingByGroup()
127 PetscCall(DMCreateMatrix(pdm, &pA)); in TestReorderingByGroup()
132 PetscCall(DMDestroy(&pdm)); in TestReorderingByGroup()