Home
last modified time | relevance | path

Searched defs:outfile (Results 1 – 8 of 8) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dbranches.py26 def printtable(outfile, branches, anchor): argument
118 outfile = open(sys.argv[2], "w") variable
/petsc/src/dm/impls/plex/tutorials/
H A Dex5.c9 char outfile[PETSC_MAX_PATH_LEN]; /* Dump/reload mesh filename */ member
H A Dex15.c10 char outfile[PETSC_MAX_PATH_LEN]; /* Dump/reload mesh filename */ member
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py501 def _convert(infile, outfile, args): argument
/petsc/src/dm/impls/plex/tests/
H A Dex56.c15 char outfile[PETSC_MAX_PATH_LEN]; /* Output file */ member
H A Dex103.c12 char outfile[PETSC_MAX_PATH_LEN]; /* Dump/reload mesh filename */ member
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py477 def outfile(self): member in BaseTestPlexHDF5
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c9616 PetscErrorCode PCBDDCLoadOrViewCustomization(PC pc, PetscBool load, const char *outfile) in PCBDDCLoadOrViewCustomization()