petsc-3.10.5 2019-03-28
MatShellSetManageScalingShifts
Allows the user to control the scaling and shift operations of the MATSHELL. Must be called immediately after MatCreateShell()
Synopsis
#include "petscmat.h"
PetscErrorCode MatShellSetManageScalingShifts(Mat A)
Logically Collective on Mat
Input Parameter
mat -the shell matrix
See Also
MatCreateShell(), MatShellGetContext(), MatShellGetOperation(), MatShellSetContext(), MatShellSetOperation()
Level
advanced
Location
src/mat/impls/shell/shell.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages