Searched refs:dump (Results 1 – 16 of 16) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 19 …mpare ABI dumps for header files and shared objects of a library. The ABI dump for a library can a… 55 abi-dumper OLD.so -o ABI-1.dump -lver 1 56 abi-dumper NEW.so -o ABI-2.dump -lver 2 62 abi-compliance-checker -l NAME -old ABI-1.dump -new ABI-2.dump
|
| H A D | INSTALL | 102 abi-dumper OLD.so -o ABI-0.dump -lver 0 103 abi-dumper NEW.so -o ABI-1.dump -lver 1 110 abi-compliance-checker -l NAME -old ABI-0.dump -new ABI-1.dump
|
| /petsc/lib/petsc/bin/ |
| H A D | generatefortranbindings.py | 511 pickle.dump(classes,file) 512 pickle.dump(enums,file) 513 pickle.dump(senums,file) 514 pickle.dump(structs,file) 515 pickle.dump(typedefs,file)
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 35 -malloc_dump <optional filename>: dump list of unfreed memory at conclusion 36 -on_error_malloc_dump <optional filename>: dump list of unfreed memory on memory error 39 -options_view: dump list of options inputted 40 -options_left: dump list of unused options 41 -options_left no: don't dump list of unused options
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 25 One can dump PETSc matrices and vectors to the screen in an ASCII format 65 to dump both a PETSc binary file and a corresponding `.info` file
|
| H A D | getting_started.md | 146 - `-malloc_dump` - enable memory tracing; dump list of unfreed memory
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 867 PetscBool dump = PETSC_FALSE, opsset, use_amat, missinginterpolate = PETSC_FALSE; in PCSetUp_MG() local 1238 …GetBool(((PetscObject)pc)->options, ((PetscObject)pc)->prefix, "-pc_mg_dump_matlab", &dump, NULL)); in PCSetUp_MG() 1239 if (dump) viewer = PETSC_VIEWER_SOCKET_(PetscObjectComm((PetscObject)pc)); in PCSetUp_MG() 1240 dump = PETSC_FALSE; in PCSetUp_MG() 1242 …GetBool(((PetscObject)pc)->options, ((PetscObject)pc)->prefix, "-pc_mg_dump_binary", &dump, NULL)); in PCSetUp_MG() 1243 if (dump) viewer = PETSC_VIEWER_BINARY_(PetscObjectComm((PetscObject)pc)); in PCSetUp_MG()
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 371 pickle.dump(server.server_address, f) 645 pickle.dump(data, dbFile)
|
| H A D | sourceDatabase.py | 270 pickle.dump(self, dbFile)
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 407 Name of a file where to dump output.
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 254 json.dump(json_data, fd)
|
| /petsc/doc/changes/ |
| H A D | 321.md | 101 - Add support to dump and load a matrix of `MATIS` type
|
| /petsc/config/ |
| H A D | gmakegentest.py | 1055 pickle.dump(dataDict,fd)
|
| /petsc/doc/developers/ |
| H A D | testing.md | 330 - `-error_output_stdout`: Forces `SETERRQ()` and friends to dump error messages to
|
| /petsc/doc/faq/ |
| H A D | index.md | 1371 ### When I dump some matrices and vectors to binary, I seem to be generating some empty files with …
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7584 (parallel/dump-face-send-buffer-size 8.) 8429 (recon/lim/filter/dump-f? #f) 8830 (context/full-ui/show-dump? #t)
|