Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex73.c773 PetscInt d, k, nd, nref; in test_hierarchy() local
778 PetscCall(HierarchyCreate(&nd, &nref, &comms, &dms)); in test_hierarchy()
782 DM first = dms[d * nref + 0]; in test_hierarchy()
791 for (k = 1; k < nref; k++) { in test_hierarchy()
792 DM dm = dms[d * nref + k]; in test_hierarchy()
798 for (k = 0; k < nd * nref; k++) { in test_hierarchy()
857 PetscInt k, d, nd, nref; in test_mg() local
862 PetscCall(HierarchyCreate(&nd, &nref, &comms, &dms)); in test_mg()
863 dmF = dms[nd * nref - 1]; in test_mg()
883 DM first = dms[d * nref + 0]; in test_mg()
[all …]