Searched refs:petsc_objects (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | .gitignore | 3 petsc_objects.inv
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 259 PetscLogObjectArray petsc_objects; member 280 PetscCall(PetscLogObjectArrayCreate(64, &def->petsc_objects)); in PetscLogHandlerContextCreate_Default() 297 PetscCall(PetscLogObjectArrayDestroy(&def->petsc_objects)); in PetscLogHandlerDestroy_Default() 432 PetscCall(PetscLogObjectArrayResize(def->petsc_objects, objid)); in PetscLogHandlerObjectCreate_Default() 433 PetscCall(PetscLogObjectArraySet(def->petsc_objects, objid - 1, new_object)); in PetscLogHandlerObjectCreate_Default() 484 PetscCall(PetscLogObjectArrayGetRef(def->petsc_objects, objid, &obj_entry)); in PetscLogHandlerObjectDestroy_Default() 874 PetscCall(PetscLogObjectArrayGetRef(def->petsc_objects, objid, &obj_entry)); in PetscLogHandlerLogObjectState_Default() 885 PetscCall(PetscLogObjectArrayGetSize(def->petsc_objects, num_objects, NULL)); in PetscLogHandlerGetNumObjects_Default() 931 PetscCall(PetscLogObjectArrayGetSize(def->petsc_objects, &num_objects, NULL)); in PetscLogHandlerDump_Default() 936 PetscCall(PetscLogObjectArrayGetRef(def->petsc_objects, o, &object)); in PetscLogHandlerDump_Default() [all …]
|