| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex2.c | 5 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 21 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex9.c | 25 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 45 PetscCall(CreateMesh(PETSC_COMM_WORLD, &ctx, &dm)); in main()
|
| H A D | ex11.c | 57 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 147 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &odm)); in GenerateArrangements() 175 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &dm1)); in VerifyCayleyTable() 182 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &dm2)); in VerifyCayleyTable() 223 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &dm1)); in VerifyInverse() 229 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &dm2)); in VerifyInverse() 368 PetscCall(CreateMesh(PetscObjectComm((PetscObject)dm), user, &odm)); in RefineArrangements() 391 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex65.c | 5 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 26 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex14.c | 20 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 47 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| H A D | ex32.c | 26 PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 42 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex40.c | 24 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 45 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex27.c | 6 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 48 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex70.c | 21 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 81 PetscCall(CreateMesh(comm, &user, &dm)); in main()
|
| H A D | ex72.c | 16 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 69 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex29.c | 36 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 95 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| H A D | ex33.c | 24 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *ctx, DM *dm) in CreateMesh() function 84 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| H A D | ex44.c | 43 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *ctx, DM *dm) in CreateMesh() function 103 PetscCall(CreateMesh(PETSC_COMM_WORLD, &ctx, &dm)); in main()
|
| H A D | ex102.c | 9 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 104 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| H A D | ex41.c | 30 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *ctx, DM *dm) in CreateMesh() function 93 PetscCall(CreateMesh(PETSC_COMM_WORLD, &ctx, &dm)); in main()
|
| H A D | ex13.c | 24 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 131 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| H A D | ex31.c | 29 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 57 PetscCall(CreateMesh(comm, &user, &dm)); in main()
|
| H A D | ex24.c | 55 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 86 PetscCall(CreateMesh(comm, &user, &dm1)); in main() 87 PetscCall(CreateMesh(comm, &user, &dm2)); in main()
|
| H A D | ex34.c | 146 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 190 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &dm)); in main()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex3.c | 22 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm, AppCtx *user) in CreateMesh() function 77 PetscCall(CreateMesh(comm, &dm, &user)); in main()
|
| H A D | ex12.c | 22 static PetscErrorCode CreateMesh(DM *da, UserContext *user) in CreateMesh() function 92 PetscCall(CreateMesh(&dm, &user)); in main()
|
| H A D | ex8.c | 40 static PetscErrorCode CreateMesh(MPI_Comm comm, DM *dm) in CreateMesh() function 132 PetscCall(CreateMesh(PETSC_COMM_WORLD, &dm)); in main()
|
| /petsc/src/dm/impls/moab/tests/ |
| H A D | ex1.cxx | 41 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user, DM *dm) in CreateMesh() function 124 PetscCall(CreateMesh(PETSC_COMM_WORLD, &user, &user.dm)); /* create the MOAB dm and the mesh */ in main()
|
| H A D | ex2.cxx | 57 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user) in CreateMesh() function 101 PetscCall(CreateMesh(comm, &user)); in main()
|
| H A D | ex3.cxx | 51 PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *user) in CreateMesh() function 90 PetscCall(CreateMesh(comm, &user)); in main()
|