Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/tests/
H A Dex1.c97 PetscInt dofv = 1, dofe = 1, ne = 1; in main() local
105 PetscCall(PetscOptionsGetInt(NULL, NULL, "-dofe", &dofe, NULL)); in main()
107 PetscCall(CreateSimpleStarGraph(PETSC_COMM_WORLD, dofv, dofe, ne, PETSC_TRUE, &dm)); in main()
H A Dex2.c182 PetscInt dofv = 1, dofe = 1, ne = 1; in main() local
192 PetscCall(PetscOptionsGetInt(NULL, NULL, "-dofe", &dofe, NULL)); in main()
197 PetscCall(StarGraphCreate(PETSC_COMM_WORLD, dofv, dofe, ne, PETSC_TRUE, &dm)); in main()