| /petsc/src/sys/fileio/ftn-custom/ |
| H A D | zsysiof.c | 48 PETSC_EXTERN void petscbinarywriteint_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ier… in petscbinarywriteint_() 53 PETSC_EXTERN void petscbinarywritereal_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywritereal_() 58 PETSC_EXTERN void petscbinarywritecomplex_(int *fd, void *p, PetscInt *n, PetscDataType *type, int … in petscbinarywritecomplex_() 63 PETSC_EXTERN void petscbinarywriteint1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *ie… in petscbinarywriteint1_() 68 PETSC_EXTERN void petscbinarywritereal1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int *i… in petscbinarywritereal1_() 73 PETSC_EXTERN void petscbinarywritecomplex1_(int *fd, void *p, PetscInt *n, PetscDataType *type, int… in petscbinarywritecomplex1_() 78 PETSC_EXTERN void petscbinaryreadint_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDat… in petscbinaryreadint_() 85 PETSC_EXTERN void petscbinaryreadreal_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDa… in petscbinaryreadreal_() 92 PETSC_EXTERN void petscbinaryreadcomplex_(int *fd, void *data, PetscInt *num, PetscInt *count, Pets… in petscbinaryreadcomplex_() 99 PETSC_EXTERN void petscbinaryreadint1_(int *fd, void *data, PetscInt *num, PetscInt *count, PetscDa… in petscbinaryreadint1_() [all …]
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryWrite.m | 17 fd = PetscOpenFile(inarg,'w'); variable 20 fd = PetscOpenSocket; variable 22 fd = PetscOpenSocket(inarg); variable 25 fd = inarg; variable
|
| H A D | PetscBinaryRead.m | 31 fd = PetscOpenSocket(); variable 33 fd = PetscOpenFile(inarg); variable 35 fd = PetscOpenSocket(inarg); variable 37 fd = inarg; variable 70 fd = PetscOpenFile([inarg '_double']); variable
|
| H A D | PetscReadBinaryTrajectory.m | 31 fd = PetscOpenFile(fullname); variable 48 fd = PetscOpenFile(fullname); variable
|
| /petsc/src/sys/fileio/ |
| H A D | mpiuopen.c | 34 FILE *fd; in PetscFOpen() local 74 PetscErrorCode PetscFClose(MPI_Comm comm, FILE *fd) in PetscFClose() 106 PetscErrorCode PetscPClose(MPI_Comm comm, FILE *fd) in PetscPClose() 162 FILE *fd; in PetscPOpen() local
|
| H A D | sysio.c | 281 PetscErrorCode PetscBinaryRead(int fd, void *data, PetscCount num, PetscInt *count, PetscDataType t… in PetscBinaryRead() 400 PetscErrorCode PetscBinaryWrite(int fd, const void *p, PetscCount n, PetscDataType type) in PetscBinaryWrite() 505 PetscErrorCode PetscBinaryOpen(const char name[], PetscFileMode mode, int *fd) in PetscBinaryOpen() 538 PetscErrorCode PetscBinaryClose(int fd) in PetscBinaryClose() 564 PetscErrorCode PetscBinarySeek(int fd, off_t off, PetscBinarySeekType whence, off_t *offset) in PetscBinarySeek() 616 PetscErrorCode PetscBinarySynchronizedRead(MPI_Comm comm, int fd, void *data, PetscInt num, PetscIn… in PetscBinarySynchronizedRead() 692 PetscErrorCode PetscBinarySynchronizedWrite(MPI_Comm comm, int fd, const void *p, PetscInt n, Petsc… in PetscBinarySynchronizedWrite() 722 PetscErrorCode PetscBinarySynchronizedSeek(MPI_Comm comm, int fd, off_t off, PetscBinarySeekType wh… in PetscBinarySynchronizedSeek() 788 PetscErrorCode MPIU_File_write_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MP… in MPIU_File_write_all() 800 PetscErrorCode MPIU_File_read_all(MPI_File fd, void *data, PetscMPIInt cnt, MPI_Datatype dtype, MPI… in MPIU_File_read_all() [all …]
|
| H A D | mprint.c | 259 PetscErrorCode PetscFFlush(FILE *fd) in PetscFFlush() 318 PetscErrorCode PetscVFPrintfDefault(FILE *fd, const char format[], va_list Argp) in PetscVFPrintfDefault() 422 static inline PetscErrorCode PetscVFPrintf_Private(FILE *fd, const char format[], va_list Argp) in PetscVFPrintf_Private() 438 PETSC_INTERN PetscErrorCode PetscVFPrintf_Internal(FILE *fd, const char format[], ...) in PetscVFPrintf_Internal() 578 PetscErrorCode PetscSynchronizedFlush(MPI_Comm comm, FILE *fd) in PetscSynchronizedFlush() 650 PetscErrorCode PetscFPrintf(MPI_Comm comm, FILE *fd, const char format[], ...) in PetscFPrintf()
|
| H A D | fretrieve.c | 124 FILE *fd; in PetscSharedTmp() local 243 FILE *fd; in PetscSharedWorkingDirectory() local 406 FILE *fd; in PetscFileRetrieve() local
|
| /petsc/src/sys/utils/ |
| H A D | mpitr.c | 26 PetscErrorCode PetscMPIDump(FILE *fd) in PetscMPIDump() 57 PetscErrorCode PetscMPIDump(FILE *fd) in PetscMPIDump()
|
| /petsc/src/mat/matfd/ftn-custom/ |
| H A D | zfdmatrixf.c | 34 static PetscErrorCode ourmatfdcoloringfunctionts(TS ts, PetscReal t, Vec x, Vec y, MatFDColoring fd) in ourmatfdcoloringfunctionts() 41 static PetscErrorCode ourmatfdcoloringfunctionsnes(SNES snes, Vec x, Vec y, MatFDColoring fd) in ourmatfdcoloringfunctionsnes() 56 PETSC_EXTERN void matfdcoloringsetfunctionts_(MatFDColoring *fd, void (*f)(TS *, double *, Vec *, V… in matfdcoloringsetfunctionts_() 64 PETSC_EXTERN void matfdcoloringsetfunction_(MatFDColoring *fd, void (*f)(SNES *, Vec *, Vec *, void… in matfdcoloringsetfunction_()
|
| /petsc/src/mat/matfd/ |
| H A D | fdmatrix.c | 9 PetscErrorCode MatFDColoringSetF(MatFDColoring fd, Vec F) in MatFDColoringSetF() 24 MatFDColoring fd = (MatFDColoring)Aa; in MatFDColoringView_Draw_Zoom() local 44 static PetscErrorCode MatFDColoringView_Draw(MatFDColoring fd, PetscViewer viewer) in MatFDColoringView_Draw() 394 static PetscErrorCode MatFDColoringViewFromOptions(MatFDColoring fd, const char prefix[], const cha… in MatFDColoringViewFromOptions()
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | vcreatea.c | 272 PetscErrorCode PetscViewerASCIIOpenWithFILE(MPI_Comm comm, FILE *fd, PetscViewer *viewer) in PetscViewerASCIIOpenWithFILE() 306 PetscErrorCode PetscViewerASCIISetFILE(PetscViewer viewer, FILE *fd) in PetscViewerASCIISetFILE()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex42.c | 8 PetscViewer fd; /* viewer */ in main() local
|
| H A D | ex42a.c | 8 PetscViewer fd; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex180.c | 8 PetscViewer fd; in main() local
|
| H A D | ex206.c | 7 PetscViewer fd; /* viewer */ in main() local
|
| H A D | ex173.c | 16 PetscViewer fd; /* viewer */ in main() local
|
| H A D | ex191.c | 8 PetscViewer fd; in main() local
|
| H A D | ex136.c | 10 PetscViewer fd; in main() local
|
| H A D | ex190.c | 8 PetscViewer fd; in main() local
|
| H A D | ex171.c | 9 PetscViewer fd; /* viewer */ in main() local
|
| H A D | ex255.c | 8 PetscViewer fd; in main() local
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | doublelinecheck.py | 5 fd = open(sys.argv[1]) variable
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex41.c | 18 PetscViewer fd; /* viewer */ in main() local
|
| /petsc/lib/petsc/bin/ |
| H A D | petscnagfor | 152 fd = open(last) variable 155 fd = open(last,'w') variable
|