Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 16 of 16) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DREADME.md19 …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 DINSTALL102 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 Dgeneratefortranbindings.py511 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 Dex2_help.out35 -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 Dmatlab.md25 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 Dgetting_started.md146 - `-malloc_dump` - enable memory tracing; dump list of unfreed memory
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c867 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 DRDict.py371 pickle.dump(server.server_address, f)
645 pickle.dump(data, dbFile)
H A DsourceDatabase.py270 pickle.dump(self, dbFile)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx407 Name of a file where to dump output.
/petsc/lib/petsc/bin/maint/
H A Dgcov.py254 json.dump(json_data, fd)
/petsc/doc/changes/
H A D321.md101 - Add support to dump and load a matrix of `MATIS` type
/petsc/config/
H A Dgmakegentest.py1055 pickle.dump(dataDict,fd)
/petsc/doc/developers/
H A Dtesting.md330 - `-error_output_stdout`: Forces `SETERRQ()` and friends to dump error messages to
/petsc/doc/faq/
H A Dindex.md1371 ### 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 Dtestcase3D.cas7584 (parallel/dump-face-send-buffer-size 8.)
8429 (recon/lim/filter/dump-f? #f)
8830 (context/full-ui/show-dump? #t)