slepc-3.6.3 2016-03-29
DSCreate
Creates a DS context.
Synopsis
#include "slepcds.h"
PetscErrorCode DSCreate(MPI_Comm comm,DS *newds)
Collective on MPI_Comm
Input Parameter
comm - MPI communicator
Output Parameter
newds - location to put the DS context
Note
DS objects are not intended for normal users but only for
advanced user that for instance implement their own solvers.
See Also
DSDestroy(), DS
Location: src/sys/classes/ds/interface/dsbasic.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages