PCESISetType

Given a PETSc matrix of type ESI loads the ESI constructor by name and wraps the ESI operator to look like a PETSc matrix.

Synopsis

#include "petscpc.h" 
int PCESISetType(PC V,char *name)
Collective on PC

Input Parameters

V - preconditioner object
name - name of the ESI constructor

Level:intermediate
Location:
src/sles/pc/impls/esi/pesi.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages