#include "petsc/private/petscimpl.h" PetscErrorCode PetscObjectComposedDataGetScalar(PetscObject obj,int id,PetscScalar data,PetscBool flag)Not collective Many br
obj | - the object from which data is to be retrieved Many br | |
id | - the identifier for the data Many br |
Output parameters Many br
data | - the data to be retrieved Many br | |
flag | - PETSC_TRUE if the data item exists and is valid, PETSC_FALSE otherwise Many br |
The 'data' and 'flag' variables are inlined, so they are not pointers. Many br
Many br
Level:developer
Location:include/petsc/private/petscimpl.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages