Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 111) sorted by relevance

12345

/petsc/src/sys/fileio/ftn-custom/
H A Dzsysiof.c48 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 DPetscBinaryWrite.m17 fd = PetscOpenFile(inarg,'w'); variable
20 fd = PetscOpenSocket; variable
22 fd = PetscOpenSocket(inarg); variable
25 fd = inarg; variable
H A DPetscBinaryRead.m31 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 DPetscReadBinaryTrajectory.m31 fd = PetscOpenFile(fullname); variable
48 fd = PetscOpenFile(fullname); variable
/petsc/src/sys/fileio/
H A Dmpiuopen.c34 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 Dsysio.c281 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 Dmprint.c259 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 Dfretrieve.c124 FILE *fd; in PetscSharedTmp() local
243 FILE *fd; in PetscSharedWorkingDirectory() local
406 FILE *fd; in PetscFileRetrieve() local
/petsc/src/sys/utils/
H A Dmpitr.c26 PetscErrorCode PetscMPIDump(FILE *fd) in PetscMPIDump()
57 PetscErrorCode PetscMPIDump(FILE *fd) in PetscMPIDump()
/petsc/src/mat/matfd/ftn-custom/
H A Dzfdmatrixf.c34 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 Dfdmatrix.c9 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 Dvcreatea.c272 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 Dex42.c8 PetscViewer fd; /* viewer */ in main() local
H A Dex42a.c8 PetscViewer fd; in main() local
/petsc/src/mat/tests/
H A Dex180.c8 PetscViewer fd; in main() local
H A Dex206.c7 PetscViewer fd; /* viewer */ in main() local
H A Dex173.c16 PetscViewer fd; /* viewer */ in main() local
H A Dex191.c8 PetscViewer fd; in main() local
H A Dex136.c10 PetscViewer fd; in main() local
H A Dex190.c8 PetscViewer fd; in main() local
H A Dex171.c9 PetscViewer fd; /* viewer */ in main() local
H A Dex255.c8 PetscViewer fd; in main() local
/petsc/lib/petsc/bin/maint/
H A Ddoublelinecheck.py5 fd = open(sys.argv[1]) variable
/petsc/src/ksp/ksp/tutorials/
H A Dex41.c18 PetscViewer fd; /* viewer */ in main() local
/petsc/lib/petsc/bin/
H A Dpetscnagfor152 fd = open(last) variable
155 fd = open(last,'w') variable

12345