Home
last modified time | relevance | path

Searched refs:man (Results 1 – 24 of 24) sorted by relevance

/petsc/doc/manualpages/
H A Dmpi.www.index1 man:+MPI_Attr_delete++MPI_Attr_delete++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_…
2 man:+MPI_Attr_get++MPI_Attr_get++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_get.ht…
3 man:+MPI_Attr_put++MPI_Attr_put++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Attr_put.ht…
4 man:+MPI_Comm_create_keyval++MPI_Comm_create_keyval++++man+http://www.mpich.org/static/docs/latest/…
5 man:+MPI_Comm_delete_attr++MPI_Comm_delete_attr++++man+http://www.mpich.org/static/docs/latest/www3…
6 man:+MPI_Comm_free_keyval++MPI_Comm_free_keyval++++man+http://www.mpich.org/static/docs/latest/www3…
7 man:+MPI_Comm_get_attr++MPI_Comm_get_attr++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
8 man:+MPI_Comm_set_attr++MPI_Comm_set_attr++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
9 man:+MPI_Keyval_create++MPI_Keyval_create++++man+http://www.mpich.org/static/docs/latest/www3/MPI_K…
10 man:+MPI_Keyval_free++MPI_Keyval_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Keyva…
[all …]
/petsc/include/
H A Dpetscoptions.h116 char *man; member
444 …cOptionsEnum(opt, text, man, list, currentvalue, value, set) PetscOptionsEnum_Private(Pet… argument
489 …scOptionsInt(opt, text, man, currentvalue, value, set) PetscOptionsInt_Private(Pet… argument
534 …ptionsMPIInt(opt, text, man, currentvalue, value, set) PetscOptionsMPIInt_Private(Pet… argument
583 …tionsBoundedInt(opt, text, man, currentvalue, value, set, lb) PetscOptionsInt_Private(PetscOp… argument
633 …ptionsRangeInt(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsInt_Private(PetscO… argument
678 …cOptionsReal(opt, text, man, currentvalue, value, set) PetscOptionsReal_Private(Pet… argument
727 …ionsBoundedReal(opt, text, man, currentvalue, value, set, lb) PetscOptionsReal_Private(PetscOp… argument
777 …tionsRangeReal(opt, text, man, currentvalue, value, set, lb, ub) PetscOptionsReal_Private(PetscO… argument
822 …ptionsScalar(opt, text, man, currentvalue, value, set) PetscOptionsScalar_Private(Pet… argument
[all …]
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c89 PETSC_EXTERN void petscoptionsbool_(char *opt, char *text, char *man, PetscBool *currentvalue, Pets… in petscoptionsbool_() argument
95 FIXCHAR(man, lenman, cman); in petscoptionsbool_()
105 FREECHAR(man, cman); in petscoptionsbool_()
108 PETSC_EXTERN void petscoptionsbool3_(char *opt, char *text, char *man, PetscBool3 *currentvalue, Pe… in petscoptionsbool3_() argument
114 FIXCHAR(man, lenman, cman); in petscoptionsbool3_()
124 FREECHAR(man, cman); in petscoptionsbool3_()
127 PETSC_EXTERN void petscoptionsboolarray_(char *opt, char *text, char *man, PetscBool *dvalue, Petsc… in petscoptionsboolarray_() argument
134 FIXCHAR(man, lenman, cman); in petscoptionsboolarray_()
145 FREECHAR(man, cman); in petscoptionsboolarray_()
148 PETSC_EXTERN void petscoptionsenumprivate_(char *opt, char *text, char *man, const char *const *lis… in petscoptionsenumprivate_() argument
[all …]
/petsc/src/sys/objects/
H A Daoptions.c81 …nItems PetscOptionsObject, const char opt[], const char text[], const char man[], PetscOptionType … in PetscOptionItemCreate_Private() argument
97 PetscCall(PetscStrallocpy(man, &(*amsopt)->man)); in PetscOptionItemCreate_Private()
182 PetscCallSAWs(SAWs_Register, (dir, &next->man, 1, SAWs_READ, SAWs_STRING)); in PetscOptionsSAWsInput()
345 PetscCall(PetscPrintf(PETSC_COMM_WORLD, ">: %s (%s) ", next->text, next->man)); in PetscOptionsGetFromTextInput()
405 PetscCall(PetscPrintf(PETSC_COMM_WORLD, ">: %s (%s) ", next->text, next->man)); in PetscOptionsGetFromTextInput()
428 …x ? PetscOptionsObject->prefix : "", next->option + 1, *(int *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
446 … PetscOptionsObject->prefix : "", next->option + 1, *(double *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
467 …refix : "", next->option + 1, *(PetscBool *)next->data ? "true" : "false", next->text, next->man)); in PetscOptionsGetFromTextInput()
476 …x ? PetscOptionsObject->prefix : "", next->option + 1, (char *)next->data, next->text, next->man)); in PetscOptionsGetFromTextInput()
485 …WORLD, stdout, PetscOptionsObject->prefix, next->option, next->text, next->man, next->flist, (char… in PetscOptionsGetFromTextInput()
[all …]
/petsc/src/binding/petsc4py/
H A Dmakefile104 docs-misc: sphinx-man sphinx-info
118 .PHONY: sphinx sphinx-html sphinx-pdf sphinx-man sphinx-info
119 sphinx: sphinx-html sphinx-pdf sphinx-man sphinx-info
131 sphinx-man:
132 mkdir -p build/doctrees build/man
133 ${SPHINXBUILD} -b man -d build/doctrees ${SPHINXOPTS} \
134 docs/source build/man
135 mv build/man/*.[137] docs/
/petsc/src/sys/objects/ftn-src/
H A Doptionenum.F9053 character(*) opt, text, man local
82 call PetscOptionsEnumPrivate(opt, text, man, CArray, curr, ivalue, set, ierr)
/petsc/doc/changes/
H A D2017.md31 SNESSetConvergenceHistory(). See man pages for details.
57 variant of the additive Schwarz method. See the man page and users
146 the man page for details.
169 the man page for PetscPushErrorHandler() for more information.
186 VecDestroyVecsF90(), DAGetGlobalIndicesF90(). See the man pages
H A D2015.md22 - The HTML version of the PETSc man pages now provides indices
132 that it returns more information. See man page for details.
134 man pages.
151 the man page for details and related routines.
H A D2016.md13 access the man pages with the command \$PETSC_DIR/bin/petscman.
H A D313.md38 creation flavor types. See PetscSFWindowFlavorType man page for
H A D38.md112 - KSPFischerGuessCreate has been removed: see the man page of
H A D32.md264 DMDA_BOUNDARY_PERIODIC. See DMDABoundaryType man page for more.
H A D317.md8 % * Use full function names, for ease of searching and so that man pages links are generated
/petsc/src/binding/petsc4py/docs/source/
H A Dindex.rst5 .. only:: html or man
/petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/
H A Dproject.pbxproj19 dstPath = usr/share/man/man1;
31 …mand_line_example.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = PETSc_comma…
/petsc/src/sys/dll/
H A Dreg.c558 …*fd, const char prefix[], const char name[], const char text[], const char man[], PetscFunctionLis… in PetscFunctionListPrintTypes() argument
569 PetscCall((*PetscHelpPrintf)(comm, " (%s)\n", man)); in PetscFunctionListPrintTypes()
/petsc/src/sys/ftn-mod/
H A Dpetscsysmod.F90308 subroutine PetscOptionsString(string, text, man, default, value, flg, ierr)
310 character(*) string, text, man, default, value local
/petsc/doc/developers/contributing/
H A Dindex.md34 We provide some information on common operations here; for more details, see `git help`, `man git`,…
/petsc/doc/manual/
H A Dother.md330 `PetscOptionsCreateViewer()` man page for full details, as well as the
331 `XXXViewFromOptions()` man pages (for instance,
668 be convenient; see the `PetscDrawSetFromOptions()` man page.
H A Dksp.md179 {any}`tab-kspdefaults` or the `KSPType` man page for more.
184 {any}`tab-kspdefaults` or the `KSPType` man page). There are
447 saddle point problems is provided. See the man page for `KSPFETIDP` for
H A Dmat.md871 viewers and options are given in the `MatView()` man page and
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c96 …nItems PetscOptionsObject, const char opt[], const char text[], const char man[], PetscMUMPSInt cu… in PetscOptionsMUMPSInt_Private() argument
103 …PetscCall(PetscOptionsInt_Private(PetscOptionsObject, opt, text, man, (PetscInt)currentvalue, &myv… in PetscOptionsMUMPSInt_Private()
/petsc/doc/faq/
H A Dindex.md86 Check `man taskset` for details. Make sure to set affinity for **your** program,
/petsc/doc/
H A Dpetsc.bib5669 url = {http://www.maths.man.ac.uk/\~{
5681 url = {http://www.maths.man.ac.uk/\~{ }rdwight/pub/rdwight-AIAAReno-ApproxAdjoint.pdf},
5691 url = {http://www.maths.man.ac.uk/\~{
9725 man-hour investment needed. In this work, automatic differentiation is used to