#include "petscpc.h" PetscErrorCode PETSCKSP_DLLEXPORT PCShellSetPreSolve(PC pc,PetscErrorCode (*presolve)(void*,KSP,Vec,Vec))Collective on PC
pc | - the preconditioner context | |
presolve | - the application-provided presolve routine |
PetscErrorCode presolve (void *ptr,KSP ksp,Vec b,Vec x)
ptr | - the application context | |
xin | - input vector | |
xout | - output vector |
Level:developer
Location:src/ksp/pc/impls/shell/shellpc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages