#include "petsc/private/petscimpl.h" PetscErrorCode PetscObjectComposedDataGetRealstar(PetscObject obj,int id,PetscReal *data,PetscBool flag)Not collective
obj | - the object from which data is to be retrieved | |
id | - the identifier for the data |
data | - the data to be retrieved | |
flag | - PETSC_TRUE if the data item exists and is valid, PETSC_FALSE otherwise |
The 'data' and 'flag' variables are inlined, so they are not pointers.