Home
last modified time | relevance | path

Searched refs:PetscInfoSetFile (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/tutorials/output/
H A Dex7_2.out1 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.2.0
18 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.2.0
25 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.2.0
H A Dex7_3.out1 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.3.0
2 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.3.0
3 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex7info.3.0
/petsc/src/mat/tests/output/
H A Dex182_14.out1 [1] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex182info.1
H A Dex182_9.out1 [0] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex182info.0
H A Dex182_12.out1 [1] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex182info.1
H A Dex182_15.out1 [1] <(null)> PetscInfoSetFile(): Opened PetscInfo file ex182info.1
/petsc/src/mat/tutorials/
H A Dex7.c99 PetscCall(PetscInfoSetFile(filename, "a")); in main()
141 PetscCall(PetscInfoSetFile(filename, "a")); in main()
/petsc/src/sys/info/
H A Dverboseinfo.c92 PetscErrorCode PetscInfoSetFile(const char filename[], const char mode[]) in PetscInfoSetFile() function
404 PetscCall(PetscInfoSetFile(size_loc0_ ? loc0_ : NULL, "w")); in PetscInfoSetFromOptions()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi32 PetscErrorCode PetscInfoSetFile(char*, char*)
H A DSys.pyx413 petsc.PetscInfoAllow, petsc.PetscInfoSetFile
424 CHKERR(PetscInfoSetFile(cfilename, cmode))
/petsc/doc/changes/
H A D313.md256 - Add PetscInfoSetFile() - Set output destination of PetscInfo()
273 PetscInfoSetFile()
/petsc/include/
H A Dpetsclog.h59 PETSC_EXTERN PetscErrorCode PetscInfoSetFile(const char[], const char[]);