#include "petscmat.h" PetscErrorCode MatShellSetContext(Mat mat,void *ctx)Logically Collective on Mat
mat | - the shell matrix | |
ctx | - the context |
Fortran Notes: The context can only be an integer or a PetscObject unfortunately it cannot be a Fortran array or derived type.
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