#include "petscpc.h" PetscErrorCode PETSCKSP_DLLEXPORT PCShellSetApplyBA(PC pc,PetscErrorCode (*applyBA)(void*,PCSide,Vec,Vec,Vec))Collective on PC
pc | - the preconditioner context | |
applyBA | - the application-provided BA routine |
PetscErrorCode applyBA (void *ptr,Vec xin,Vec xout)
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