Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex7.c228 PetscErrorCode CreateQuad_2D(MPI_Comm comm, PetscInt testNum, DM dm) in CreateQuad_2D() function
320 PetscCall(CreateQuad_2D(comm, testNum, *dm)); in CreateMesh()
H A Dex9.c128 static PetscErrorCode CreateQuad_2D(MPI_Comm comm, DM *newdm) in CreateQuad_2D() function
183 PetscCall(CreateQuad_2D(comm, newdm)); in CreateMesh()
H A Dex5.c582 static PetscErrorCode CreateQuad_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateQuad_2D() function
817 PetscCall(CreateQuad_2D(comm, user->testNum, dm)); in CreateMesh()
H A Dex18.c567 static PetscErrorCode CreateQuad_2D(MPI_Comm comm, PetscBool interpolate, AppCtx *user, DM *dm) in CreateQuad_2D() function
717 PetscCall(CreateQuad_2D(comm, interpCreate, user, dm)); in CreateMesh()