Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/moab/tests/
H A Dex2.cxx15 char output_file[PETSC_MAX_PATH_LEN]; /* Output mesh file name */ member
34 PetscCall(PetscStrncpy(options->output_file, "ex2.h5m", sizeof(options->output_file))); in ProcessOptions()
43 …t (Default H5M format)", "ex2.cxx", options->output_file, options->output_file, sizeof(options->ou… in ProcessOptions()
123 …cCall(PetscPrintf(comm, "Output mesh and associated field data to file: %s.\n", user.output_file)); in main()
124 PetscCall(DMMoabOutput(user.dm, (const char *)user.output_file, "")); in main()
H A Dex3.cxx17 char output_file[PETSC_MAX_PATH_LEN]; /* Output mesh file name */ member
33 PetscCall(PetscStrncpy(options->output_file, "ex3.h5m", sizeof(options->output_file))); in ProcessOptions()
44 …t (Default H5M format)", "ex3.cxx", options->output_file, options->output_file, sizeof(options->ou… in ProcessOptions()
134 …user.debug) PetscCall(PetscPrintf(comm, "Output mesh hierarchy to file: %s.\n", user.output_file)); in main()
135 PetscCall(DMMoabOutput(dmhierarchy[user.nlevels], (const char *)user.output_file, "")); in main()
/petsc/src/dm/tutorials/
H A Dmakefile3 CLEANFILES = output_file output_file.info swarm_ex[1-3]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py143 output_file = output_base.with_suffix('.out')
150 test(sanitize_output_file(output.get(test_file)), output_file),
/petsc/config/
H A Dgmakegentest.py197 def _getAltList(self,output_file,srcdir): argument
201 altlist=[output_file]
202 basefile = getlangsplit(output_file)
839 output_file=srcDict[test]['output_file']
843 output_file="output/"+defroot+".out"
845 fullout=os.path.join(root,output_file)
/petsc/doc/developers/
H A Dtesting.md108 - **output_file**: (*Optional*; *Default:*
109 `output_file = "output/" + testname + ".out"`)
144 compare with `output_file`.
431 output_file: output/ex138_1.out
446 output_file: output/ex138_1.out
1028 output_file: output/ex138.out
/petsc/doc/manual/
H A Dmatlab.md76 gridData=PetscReadBinaryMatlab('output_file');