Lines Matching refs:testNum

11   PetscInt  testNum;       /* The particular mesh to test */  member
24 options->testNum = 0; in ProcessOptions()
34 …("-test_num", "The particular mesh to test", "ex4.c", options->testNum, &options->testNum, NULL, 0… in ProcessOptions()
137 PetscErrorCode CreateSimplexHybrid_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplexHybrid_2D() argument
147 switch (testNum) { in CreateSimplexHybrid_2D()
171 SETERRQ(comm, PETSC_ERR_ARG_OUTOFRANGE, "No test mesh %" PetscInt_FMT, testNum); in CreateSimplexHybrid_2D()
213 PetscErrorCode CreateTensorProduct_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProduct_2D() argument
236 PetscErrorCode CreateTensorProductHybrid_2D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProductHybrid_2D() argument
294 PetscErrorCode CreateSimplex_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplex_3D() argument
303 switch (testNum) { in CreateSimplex_3D()
342 SETERRQ(comm, PETSC_ERR_ARG_OUTOFRANGE, "No test mesh %" PetscInt_FMT, testNum); in CreateSimplex_3D()
348 switch (testNum) { in CreateSimplex_3D()
373 PetscErrorCode CreateSimplexHybrid_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateSimplexHybrid_3D() argument
383 switch (testNum) { in CreateSimplexHybrid_3D()
408 SETERRQ(comm, PETSC_ERR_ARG_OUTOFRANGE, "No test mesh %" PetscInt_FMT, testNum); in CreateSimplexHybrid_3D()
438 PetscErrorCode CreateTensorProduct_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProduct_3D() argument
446 switch (testNum) { in CreateTensorProduct_3D()
466 SETERRQ(comm, PETSC_ERR_ARG_OUTOFRANGE, "No test mesh %" PetscInt_FMT, testNum); in CreateTensorProduct_3D()
480 PetscErrorCode CreateTensorProductHybrid_3D(MPI_Comm comm, PetscInt testNum, DM *dm) in CreateTensorProductHybrid_3D() argument
490 switch (testNum) { in CreateTensorProductHybrid_3D()
516 SETERRQ(comm, PETSC_ERR_ARG_OUTOFRANGE, "No test mesh %" PetscInt_FMT, testNum); in CreateTensorProductHybrid_3D()
566 PetscCall(CreateSimplexHybrid_2D(comm, user->testNum, dm)); in CreateMesh()
572 PetscCall(CreateTensorProductHybrid_2D(comm, user->testNum, dm)); in CreateMesh()
574 PetscCall(CreateTensorProduct_2D(comm, user->testNum, dm)); in CreateMesh()
581 PetscCall(CreateSimplexHybrid_3D(comm, user->testNum, dm)); in CreateMesh()
583 PetscCall(CreateSimplex_3D(comm, user->testNum, dm)); in CreateMesh()
587 PetscCall(CreateTensorProductHybrid_3D(comm, user->testNum, dm)); in CreateMesh()
589 PetscCall(CreateTensorProduct_3D(comm, user->testNum, dm)); in CreateMesh()
603 switch (user->testNum) { in CreateMesh()
614 …ld not find matching test number %" PetscInt_FMT " for triangular mesh on 2 procs", user->testNum); in CreateMesh()
617 switch (user->testNum) { in CreateMesh()
628 …find matching test number %" PetscInt_FMT " for triangular hybrid mesh on 2 procs", user->testNum); in CreateMesh()
631 switch (user->testNum) { in CreateMesh()
642 …not find matching test number %" PetscInt_FMT " for quadrilateral mesh on 2 procs", user->testNum); in CreateMesh()
645 switch (user->testNum) { in CreateMesh()
656 …d matching test number %" PetscInt_FMT " for quadrilateral hybrid mesh on 2 procs", user->testNum); in CreateMesh()
659 switch (user->testNum) { in CreateMesh()
679 …d not find matching test number %" PetscInt_FMT " for tetrahedral mesh on 2 procs", user->testNum); in CreateMesh()
682 switch (user->testNum) { in CreateMesh()
702 …ind matching test number %" PetscInt_FMT " for tetrahedral hybrid mesh on 2 procs", user->testNum); in CreateMesh()
705 switch (user->testNum) { in CreateMesh()
716 …ld not find matching test number %" PetscInt_FMT " for hexahedral mesh on 2 procs", user->testNum); in CreateMesh()
719 switch (user->testNum) { in CreateMesh()
739 …find matching test number %" PetscInt_FMT " for hexahedral hybrid mesh on 2 procs", user->testNum); in CreateMesh()