IPCreate

Creates an IP context.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPCreate(MPI_Comm comm,IP *newip)
Collective on MPI_Comm

Input Parameter

comm - MPI communicator

Output Parameter

newip - location to put the IP context

Note

IP objects are not intended for normal users but only for advanced user that for instance implement their own solvers.

See Also

IPDestroy(), IP

Location: src/ip/ipbasic.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages