Searched defs:fh (Results 1 – 4 of 4) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIO.py | 237 def readReal(self, fh): argument 249 def readVec(self, fh): argument 262 def writeVec(self, fh, vec): argument 271 def readMatSparse(self, fh): argument 302 def writeMatSparse(self, fh, mat): argument 320 def readMatDense(self, fh): argument 346 def readMatSciPy(self, fh): argument 352 def writeMatSciPy(self, fh, mat): argument 364 def readMat(self, fh, mattype='sparse'): argument 382 def readIS(self, fh): argument [all …]
|
| /petsc/config/ |
| H A D | gmakegentest.py | 486 def _writeTodoSkip(self,fh,tors,reasons,footer): argument
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 435 FILE *fh = fopen(filename, "r"); in PetscOptionsFilename() local
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 5329 Vec u, uh, fh; in SNESTestLocalMin() local
|