slepc-3.8.0 2017-10-20
Report Typos and Errors

PEPCreate

Creates the default PEP context.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPCreate(MPI_Comm comm,PEP *outpep)
Collective on MPI_Comm

Input Parameter

comm  - MPI communicator

Output Parameter

pep  - location to put the PEP context

Note

The default PEP type is PEPTOAR

See Also

PEPSetUp(), PEPSolve(), PEPDestroy(), PEP

Location: src/pep/interface/pepbasic.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex17.c.html
src/pep/examples/tutorials/ex28.c.html
src/pep/examples/tutorials/ex16f90.F90.html
src/pep/examples/nlevp/acoustic_wave_1d.c.html
src/pep/examples/nlevp/acoustic_wave_2d.c.html
src/pep/examples/nlevp/butterfly.c.html
src/pep/examples/nlevp/damped_beam.c.html
src/pep/examples/nlevp/pdde_stability.c.html
src/pep/examples/nlevp/planar_waveguide.c.html
src/pep/examples/nlevp/sleeper.c.html