Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/tests/
H A Dex3.c56 PetscErrorCode StarGraphCreate(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, PetscInt k,… in StarGraphCreate() function
115 PetscCall(StarGraphCreate(PETSC_COMM_WORLD, 1, 0, ne, PETSC_TRUE, &dm)); in main()
H A Dex2.c100 static PetscErrorCode StarGraphCreate(MPI_Comm comm, PetscInt numdofvert, PetscInt numdofedge, Pets… in StarGraphCreate() function
197 PetscCall(StarGraphCreate(PETSC_COMM_WORLD, dofv, dofe, ne, PETSC_TRUE, &dm)); in main()