Searched refs:printed (Results 1 – 17 of 17) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 12 PetscBool printed = PETSC_FALSE; in CheckSymmetry() local 77 if (!printed && numDofs[depth] > 1) { in CheckSymmetry() 106 if (anyPrinted && !printed) printed = PETSC_TRUE; in CheckSymmetry()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 12 khash_t(HTPrinted) *printed; 20 kh_destroy(HTPrinted, (*hp)->printed); in PetscOptionsHelpPrintedDestroy() 43 (*hp)->printed = kh_init(HTPrinted); in PetscOptionsHelpPrintedCreate() 85 kh_put(HTPrinted, hp->printed, both, &newitem); in PetscOptionsHelpPrintedCheck()
|
| /petsc/src/mat/tests/ |
| H A D | cJSON.c | 955 unsigned char *printed = NULL; in print() local 972 printed = (unsigned char *)hooks->reallocate(buffer->buffer, buffer->offset + 1); in print() 973 if (printed == NULL) goto fail; in print() 977 printed = (unsigned char *)hooks->allocate(buffer->offset + 1); in print() 978 if (printed == NULL) goto fail; in print() 979 memcpy(printed, buffer->buffer, cjson_min(buffer->length, buffer->offset + 1)); in print() 980 printed[buffer->offset] = '\0'; /* just to be sure */ in print() 986 return printed; in print() 991 if (printed != NULL) hooks->deallocate(printed); in print()
|
| /petsc/doc/developers/ |
| H A D | kernel.md | 81 from being printed by many processes. 147 not be printed with `printf()` or `fprintf()`. Rather, they should 148 be printed with `(*PetscErrorPrintf)()`. You can direct all error
|
| H A D | testing.md | 1006 A dictionary will be pretty-printed. From this dictionary printout, any
|
| /petsc/doc/changes/ |
| H A D | 2022.md | 26 limit the information printed in the summary table
|
| H A D | 2024.md | 362 each vector entry to be printed with the vector values.
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 45 The name of each PETSc variable printed for MATLAB may be set with
|
| H A D | profiling.md | 116 The summaries printed via `-log_view` reflect this routine hierarchy. 454 allows one to associate a name with a stage; these names are printed 610 printed with the `PetscPrintf()` and `PetscFPrintf()` commands, not
|
| H A D | other.md | 239 printed to the screen; this is useful when viewing an object in a 242 the object to be printed to the screen. 263 The user can control the format of ASCII printed objects with viewers 482 where `filename` is optional. By default the traces are printed to the 509 segmentation violation occurs to be printed. This is handled by them setting a special signal handl…
|
| H A D | snes.md | 889 $10^{-10}$, many of the final digits printed with the 921 causes the two matrices to be printed to the screen.
|
| H A D | performance.md | 572 is printed. Note that
|
| H A D | getting_started.md | 179 character string that will be printed if the program is run with the
|
| H A D | vec.md | 241 printed correctly to `stdout`. To display the vector in an X-window,
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 33 4. `make` problems? Just copy/paste `make` command printed by the `configure`
|
| /petsc/ |
| H A D | gmakefile | 290 -@echo "printed out below when reporting problems. Please check the"
|
| /petsc/doc/faq/ |
| H A D | index.md | 1321 encountered option names which are then printed **in the order of their appearance on the 1703 This is printed by the hwloc library that is used by some MPI implementations. It can be ignored. 1704 To prevent the message from always being printed set the environmental variable `HWLOC_HIDE_ERRORS`… 1982 ### With GMRES at restart the second residual norm printed does not match the first 1992 30 KSP Residual norm 1.994426291979e-04 <----- At restart the residual norm is printed a second time 2003 stuff," the difference printed. The drifting, if it remains small, is harmless (doesn't
|