Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 145) sorted by relevance

123456

/petsc/src/sys/objects/
H A Dinherit.c101 PetscErrorCode PetscHeaderDestroy_Private(PetscObject obj, PetscBool clear_for_reuse) in PetscHeaderDestroy_Private()
195 PetscErrorCode PetscHeaderReset_Internal(PetscObject obj) in PetscHeaderReset_Internal()
264 PetscErrorCode PetscObjectSetFortranCallback(PetscObject obj, PetscFortranCallbackType cbtype, Pets… in PetscObjectSetFortranCallback()
309 PetscErrorCode PetscObjectGetFortranCallback(PetscObject obj, PetscFortranCallbackType cbtype, Pets… in PetscObjectGetFortranCallback()
427 PetscErrorCode PetscObjectsGetObject(const char name[], PetscObject *obj, const char *classname[]) in PetscObjectsGetObject()
455 PetscErrorCode PetscObjectsGetObject(const char name[], PetscObject *obj, const char *classname[]) in PetscObjectsGetObject()
475 PetscErrorCode PetscObjectSetPrintedOptions(PetscObject obj) in PetscObjectSetPrintedOptions()
500 PetscErrorCode PetscObjectInheritPrintedOptions(PetscObject pobj, PetscObject obj) in PetscObjectInheritPrintedOptions()
538PetscObject obj, PetscErrorCode (*handle)(PetscObject obj, PetscOptionItems PetscOptionsObject, Pe… in PetscObjectAddOptionsHandler()
567 PetscErrorCode PetscObjectProcessOptionsHandlers(PetscObject obj, PetscOptionItems PetscOptionsObje… in PetscObjectProcessOptionsHandlers()
[all …]
H A Dgcomm.c25 MPI_Comm PetscObjectComm(PetscObject obj) in PetscObjectComm()
46 PetscErrorCode PetscObjectGetComm(PetscObject obj, MPI_Comm *comm) in PetscObjectGetComm()
76 PetscErrorCode PetscObjectGetTabLevel(PetscObject obj, PetscInt *tab) in PetscObjectGetTabLevel()
106 PetscErrorCode PetscObjectSetTabLevel(PetscObject obj, PetscInt tab) in PetscObjectSetTabLevel()
134 PetscErrorCode PetscObjectIncrementTabLevel(PetscObject obj, PetscObject oldobj, PetscInt tab) in PetscObjectIncrementTabLevel()
H A Dstate.c30 PetscErrorCode PetscObjectStateGet(PetscObject obj, PetscObjectState *state) in PetscObjectStateGet()
61 PetscErrorCode PetscObjectStateSet(PetscObject obj, PetscObjectState state) in PetscObjectStateSet()
149 PetscErrorCode PetscObjectComposedDataIncreaseInt(PetscObject obj) in PetscObjectComposedDataIncreaseInt()
156 PetscErrorCode PetscObjectComposedDataIncreaseIntstar(PetscObject obj) in PetscObjectComposedDataIncreaseIntstar()
163 PetscErrorCode PetscObjectComposedDataIncreaseReal(PetscObject obj) in PetscObjectComposedDataIncreaseReal()
170 PetscErrorCode PetscObjectComposedDataIncreaseRealstar(PetscObject obj) in PetscObjectComposedDataIncreaseRealstar()
177 PetscErrorCode PetscObjectComposedDataIncreaseScalar(PetscObject obj) in PetscObjectComposedDataIncreaseScalar()
188 PetscErrorCode PetscObjectComposedDataIncreaseScalarstar(PetscObject obj) in PetscObjectComposedDataIncreaseScalarstar()
217 PetscErrorCode PetscObjectGetId(PetscObject obj, PetscObjectId *id) in PetscObjectGetId()
246 PetscErrorCode PetscObjectCompareId(PetscObject obj, PetscObjectId id, PetscBool *eq) in PetscObjectCompareId()
H A Dprefix.c28 PetscErrorCode PetscObjectGetOptions(PetscObject obj, PetscOptions *options) in PetscObjectGetOptions()
56 PetscErrorCode PetscObjectSetOptions(PetscObject obj, PetscOptions options) in PetscObjectSetOptions()
84 PetscErrorCode PetscObjectSetOptionsPrefix(PetscObject obj, const char prefix[]) in PetscObjectSetOptionsPrefix()
119 PetscErrorCode PetscObjectAppendOptionsPrefix(PetscObject obj, const char prefix[]) in PetscObjectAppendOptionsPrefix()
154 PetscErrorCode PetscObjectGetOptionsPrefix(PetscObject obj, const char *prefix[]) in PetscObjectGetOptionsPrefix()
180 PetscErrorCode PetscObjectPrependOptionsPrefix(PetscObject obj, const char prefix[]) in PetscObjectPrependOptionsPrefix()
H A Dpname.c21 PetscErrorCode PetscObjectSetName(PetscObject obj, const char name[]) in PetscObjectSetName()
52 PetscErrorCode PetscObjectPrintClassNamePrefixType(PetscObject obj, PetscViewer viewer) in PetscObjectPrintClassNamePrefixType()
99 PetscErrorCode PetscObjectName(PetscObject obj) in PetscObjectName()
128 PetscErrorCode PetscObjectChangeTypeName(PetscObject obj, const char type_name[]) in PetscObjectChangeTypeName()
H A Ddestroy.c19 PetscErrorCode PetscComposedQuantitiesDestroy(PetscObject obj) in PetscComposedQuantitiesDestroy()
44 PetscErrorCode PetscObjectDestroy(PetscObject *obj) in PetscObjectDestroy()
68 PetscErrorCode PetscObjectView(PetscObject obj, PetscViewer viewer) in PetscObjectView()
120 PetscErrorCode PetscObjectViewFromOptions(PetscObject obj, PetscObject bobj, const char optionname[… in PetscObjectViewFromOptions()
163 PetscErrorCode PetscObjectTypeCompare(PetscObject obj, const char type_name[], PetscBool *same) in PetscObjectTypeCompare()
222 PetscErrorCode PetscObjectBaseTypeCompare(PetscObject obj, const char type_name[], PetscBool *same) in PetscObjectBaseTypeCompare()
255 PetscErrorCode PetscObjectTypeCompareAny(PetscObject obj, PetscBool *match, const char type_name[],… in PetscObjectTypeCompareAny()
294 PetscErrorCode PetscObjectBaseTypeCompareAny(PetscObject obj, PetscBool *match, const char type_nam… in PetscObjectBaseTypeCompareAny()
336 PetscObject obj; member
419 PetscErrorCode PetscObjectRegisterDestroy(PetscObject obj) in PetscObjectRegisterDestroy()
H A Dgcookie.c22 PetscErrorCode PetscObjectGetClassId(PetscObject obj, PetscClassId *classid) in PetscObjectGetClassId()
47 PetscErrorCode PetscObjectGetClassName(PetscObject obj, const char *classname[]) in PetscObjectGetClassName()
H A Dolist.c69 PetscErrorCode PetscObjectListAdd(PetscObjectList *fl, const char name[], PetscObject obj) in PetscObjectListAdd()
176 PetscErrorCode PetscObjectListFind(PetscObjectList fl, const char name[], PetscObject *obj) in PetscObjectListFind()
215 PetscErrorCode PetscObjectListReverseFind(PetscObjectList fl, PetscObject obj, const char *name[], … in PetscObjectListReverseFind()
H A Dgarbage.c52 PetscErrorCode PetscObjectDelayedDestroy(PetscObject *obj) in PetscObjectDelayedDestroy()
210 PetscObject obj; in PetscGarbageCleanup() local
253 PetscObject obj; in PetscGarbageView() local
H A Dgtype.c22 PetscErrorCode PetscObjectGetType(PetscObject obj, const char *type[]) in PetscObjectGetType()
H A Dpgname.c20 PetscErrorCode PetscObjectGetName(PetscObject obj, const char *name[]) in PetscObjectGetName()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscobj.pxi75 cdef inline PetscErrorCode PetscCLEAR(PetscObject* obj) noexcept nogil:
82 cdef inline PetscErrorCode PetscDEALLOC(PetscObject* obj) noexcept nogil:
91 cdef inline PetscErrorCode PetscINCSTATE(PetscObject *obj) noexcept nogil:
122 cdef object PetscGetPyDict(PetscObject obj, bint create):
188 cdef inline type subtype_Object(PetscObject obj):
202 PetscObject obj,
/petsc/src/sys/ams/
H A Dpams.c22 PetscErrorCode PetscObjectSAWsTakeAccess(PetscObject obj) in PetscObjectSAWsTakeAccess()
47 PetscErrorCode PetscObjectSAWsGrantAccess(PetscObject obj) in PetscObjectSAWsGrantAccess()
96 PetscErrorCode PetscObjectSAWsBlock(PetscObject obj) in PetscObjectSAWsBlock()
119 PetscErrorCode PetscObjectSAWsSetBlock(PetscObject obj, PetscBool flg) in PetscObjectSAWsSetBlock()
127 PetscErrorCode PetscObjectSAWsViewOff(PetscObject obj) in PetscObjectSAWsViewOff()
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py10 def is_cyfunction(obj): argument
14 def is_function(obj): argument
18 def is_method(obj): argument
32 def is_classmethod(obj): argument
39 def is_staticmethod(obj): argument
43 def is_constant(obj): argument
47 def is_datadescr(obj): argument
51 def is_property(obj): argument
55 def is_class(obj): argument
59 def is_hidden(obj): argument
[all …]
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py6 def is_cyfunction(obj): argument
10 def is_function(obj): argument
14 def is_method(obj): argument
28 def is_classmethod(obj): argument
35 def is_staticmethod(obj): argument
39 def is_constant(obj): argument
43 def is_datadescr(obj): argument
47 def is_property(obj): argument
51 def is_class(obj): argument
74 def signature(obj): argument
/petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/
H A Dpetsc4py.i13 SWIG_getattr_this(PyObject* obj) { in SWIG_getattr_this()
20 SWIG_convert_ptr(PyObject *obj, void **ptr, swig_type_info *ty, int flags) { in SWIG_convert_ptr()
30 #define SWIG_ConvertPtr(obj, pptr, type, flags) \ argument
93 SWIG_AsVal_dec(PetscInt64)(SWIG_Object obj, PetscInt64 *val) { in PetscInt64()
322 SWIG_AsVal_dec(PetscEnum)(SWIG_Object obj, PetscEnum *val) { in PetscEnum()
/petsc/src/sys/objects/ftn-custom/
H A Dzinheritf.c21 static PetscErrorCode ourhandler(PetscObject obj, PetscOptionItems items, PetscCtx ctx) in ourhandler()
30 static PetscErrorCode ourdestroy(PetscObject obj, PetscCtx ctx) in ourdestroy()
39 PETSC_EXTERN void petscobjectaddoptionshandler_(PetscObject *obj, void (*handle)(PetscObject *, Pet… in petscobjectaddoptionshandler_() argument
H A Dzgcommf.c9 PETSC_EXTERN void petscobjectgetcomm_(PetscObject *obj, MPI_Fint *comm, PetscErrorCode *ierr) in petscobjectgetcomm_()
/petsc/share/petsc/saws/js/
H A DPETSc.js177 jQuery("#data"+fullkey+vKey+j).keyup(function(obj) { argument
185 jQuery("#data"+fullkey+vKey+j).change(function(obj) { argument
198 jQuery("#data"+fullkey+vKey+j).change(function(obj) { argument
/petsc/src/vec/vec/utils/matlab/
H A Dgcreatev.c7 PETSC_EXTERN PetscErrorCode VecMatlabEnginePut_Default(PetscObject obj, void *mengine) in VecMatlabEnginePut_Default()
30 PETSC_EXTERN PetscErrorCode VecMatlabEngineGet_Default(PetscObject obj, void *mengine) in VecMatlabEngineGet_Default()
/petsc/include/petsc/private/
H A Dpetscimpl.h899 #define PetscTryMethod(obj, A, B, C) \ argument
929 #define PetscUseMethod(obj, A, B, C) \ argument
951 #define PetscUseTypeMethod(obj, OP, ...) \ argument
960 #define PetscTryTypeMethod(obj, OP, ...) \ argument
993 #define PetscUseTypeMethod(obj, ...) \ argument
1021 #define PetscTryTypeMethod(obj, ...) \ argument
1063 #define PetscObjectStateIncrease(obj) ((PetscErrorCode)((obj)->state++, PETSC_SUCCESS)) argument
1102 #define PetscObjectComposedDataSetInt(obj, id, data) \ argument
1131 #define PetscObjectComposedDataGetInt(obj, id, data, flag) ((PetscErrorCode)(((obj)->intcomposedsta… argument
1158 #define PetscObjectComposedDataSetIntstar(obj, id, data) \ argument
[all …]
/petsc/src/sys/utils/
H A Dpbarrier.c28 PetscErrorCode PetscBarrier(PetscObject obj) in PetscBarrier()
/petsc/src/sys/logging/handler/interface/
H A Dloghandler.c238 PetscErrorCode PetscLogHandlerObjectCreate(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectCreate()
262 PetscErrorCode PetscLogHandlerObjectDestroy(PetscLogHandler h, PetscObject obj) in PetscLogHandlerObjectDestroy()
460 PetscErrorCode PetscLogHandlerLogObjectState_Internal(PetscLogHandler handler, PetscObject obj, con… in PetscLogHandlerLogObjectState_Internal()
487 PetscErrorCode PetscLogHandlerLogObjectState(PetscLogHandler handler, PetscObject obj, const char f… in PetscLogHandlerLogObjectState()
/petsc/src/snes/interface/
H A Dsnesob.c25 PetscErrorCode SNESSetObjective(SNES snes, SNESObjectiveFn *obj, PetscCtx ctx) in SNESSetObjective()
52 PetscErrorCode SNESGetObjective(SNES snes, SNESObjectiveFn **obj, PetscCtxRt ctx) in SNESGetObjective()
/petsc/src/sys/tests/linter/
H A DtestValidPetscObject.c9 PetscErrorCode ValidPetscObject(PetscObject obj, PetscLinterDummyObj dobj) in ValidPetscObject()

123456