Lines Matching refs:printTable
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()
338 …if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "%" PetscInt_FMT ", %" PetscInt_FMT "… in CheckSubcells()
340 if (!user->printTable) { in CheckSubcells()
347 if (user->printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "\n")); in CheckSubcells()