petsc-3.7.5 2017-01-01
Report Typos and Errors

PCGAMGSetReuseInterpolation

Reuse prolongation when rebuilding preconditioner

Synopsis

#include "petscpc.h" 
PetscErrorCode PCGAMGSetReuseInterpolation(PC pc, PetscBool n)
Collective on PC

Input Parameters

pc - the preconditioner context
n - PETSC_TRUE or PETSC_FALSE

Options Database Key

-pc_gamg_reuse_interpolation <true,false> -

See Also

()

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