#include "petsc/private/petscimpl.h" PetscErrorCode PetscObjectComposedDataSetInt(PetscObject obj,int id,int data)Not collective
obj | - the object to which data is to be attached | |
id | - the identifier for the data | |
data | - the data to be attached |
Notes The data identifier can best be created through a call to PetscObjectComposedDataRegister()