PetscObjectSetParameterDict

Sets a parameter dictionary for an object

Synopsis

#include "petsc.h"    
int PetscObjectSetParameterDict(PetscObject obj, ParameterDict dict)

Input Parameters

obj - The PetscObject
dict - The ParameterDict

See Also

PetscObjectGetParameterDict()

Level:intermediate
Location:
src/sys/src/objects/inherit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages