petsc-3.9.4 2018-09-11
VecScatterGetType
Gets the vector scatter type name (as a string) from the VecScatter.
Synopsis
#include "petscvec.h"
PetscErrorCode VecScatterGetType(VecScatter vscat, VecScatterType *type)
Not Collective
Input Parameter
vscat -The vector scatter
Output Parameter
type -The vector scatter type name
Keywords
vector scatter, get, type, name
See Also
VecScatterSetType(), VecScatterCreate()
Level
intermediate
Location
src/vec/vscat/interface/vscreate.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages