petsc-3.8.4 2018-03-24
Report Typos and Errors

PetscInitializeNoArguments

Calls PetscInitialize() from C/C++ without the command line arguments.

Synopsis

#include "petscsys.h"   
PetscErrorCode  PetscInitializeNoArguments(void)
Collective

See Also

PetscInitialize(), PetscInitializeFortran()

Level:advanced
Location:
src/sys/objects/pinit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/examples/tutorials/ex4f.F.html