Searched refs:printTable (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 9 PetscBool printTable; /* Print the CAyley table */ member 24 options->printTable = PETSC_FALSE; in ProcessOptions() 33 …-print_table", "Print the Cayley table", "ex11.c", options->printTable, &options->printTable, NULL… in ProcessOptions() 172 …if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "Cayley Table for %s\n", DMPolytopeTy… in VerifyCayleyTable() 194 if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "%" PetscInt_FMT ", ", o4)); in VerifyCayleyTable() 199 if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "\n")); in VerifyCayleyTable() 219 …if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "Inverse table for %s\n", DMPolytopeT… in VerifyInverse() 239 if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "%" PetscInt_FMT ", ", oi)); in VerifyInverse() 244 if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "\n")); in VerifyInverse() 275 …if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "Orientation %" PetscInt_FMT "\n", oi… in CheckSubcells() [all …]
|