Searched refs:testp4est (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex1.c | 20 PetscBool testp4est[2]; member 31 options->testp4est[0] = PETSC_FALSE; in ProcessOptions() 32 options->testp4est[1] = PETSC_FALSE; in ProcessOptions() 40 …q", "Test p4est with sequential base DM", "ex1.c", options->testp4est[0], &options->testp4est[0], … in ProcessOptions() 41 …par", "Test p4est with parallel base DM", "ex1.c", options->testp4est[1], &options->testp4est[1], … in ProcessOptions() 58 PetscBool testp4est_seq = user->testp4est[0]; in CreateMesh() 59 PetscBool testp4est_par = user->testp4est[1]; in CreateMesh()
|