Home
last modified time | relevance | path

Searched defs:testNum (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex7.c141 PetscInt testNum; /* Indicates the mesh to create */ member
166 PetscInt depth = 1, testNum = 0, p; in CreateSimplex_2D() local
198 PetscInt depth = 1, testNum = 0, p; in CreateSimplex_3D() local
228 PetscErrorCode CreateQuad_2D(MPI_Comm comm, PetscInt testNum, DM dm) in CreateQuad_2D()
273 PetscInt depth = 1, testNum = 0, p; in CreateHex_3D() local
303 PetscErrorCode CreateMesh(MPI_Comm comm, PetscInt testNum, AppCtx *user, DM *dm) in CreateMesh()
H A Dex4.c11 PetscInt testNum; /* The particular mesh to test */ member
137 PetscErrorCode CreateSimplexHybrid_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplexHybrid_2D()
213 PetscErrorCode CreateTensorProduct_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProduct_2D()
236 PetscErrorCode CreateTensorProductHybrid_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProductHybrid_2D()
294 PetscErrorCode CreateSimplex_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplex_3D()
373 PetscErrorCode CreateSimplexHybrid_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplexHybrid_3D()
438 PetscErrorCode CreateTensorProduct_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProduct_3D()
480 PetscErrorCode CreateTensorProductHybrid_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProductHybrid_3D()
H A Dex66.c44 PetscInt testNum = 0; in main() local
H A Dex13.c8 PetscInt testNum; /* Labels the different test partitions */ member
H A Dex18.c198 PetscInt testNum; /* Indicates the mesh to create */ member
317 PetscInt testNum = user->testNum; in CreateMesh_1D() local
409 PetscInt testNum = user->testNum, p; in CreateSimplex_2D() local
517 PetscInt testNum = user->testNum, p; in CreateSimplex_3D() local
569 PetscInt testNum = user->testNum, p; in CreateQuad_2D() local
609 PetscInt testNum = user->testNum, p; in CreateHex_3D() local
H A Dex69.c595 PetscInt testNum; // The mesh to test member
H A Dex5.c398 PetscInt testNum; /* The particular mesh to test */ member
425 static PetscErrorCode CreateSimplex_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplex_2D()
531 PetscInt depth = 3, testNum = user->testNum, p; in CreateSimplex_3D() local
582 static PetscErrorCode CreateQuad_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateQuad_2D()
652 static PetscErrorCode CreateHex_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateHex_3D()