Searched refs:composed (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | state.c | 102 static PetscErrorCode PetscObjectComposedDataIncrease_(PetscInt *id_max, char **composed, PetscObje… in PetscObjectComposedDataIncrease_() argument 107 char *ar = *composed; in PetscObjectComposedDataIncrease_() 120 *composed = new_ar; in PetscObjectComposedDataIncrease_() 125 …crease(id_max, composed, composed_state) PetscObjectComposedDataIncrease_(id_max, (char **)(compos… argument 127 static PetscErrorCode PetscObjectComposedDataStarIncrease_(PetscInt *id_max, void ***composed, Pets… in PetscObjectComposedDataStarIncrease_() argument 129 void **ar = *composed; in PetscObjectComposedDataStarIncrease_() 142 *composed = new_ar; in PetscObjectComposedDataStarIncrease_() 147 …ease(id_max, composed, composed_state) PetscObjectComposedDataStarIncrease_(id_max, (void ***)(com… argument
|
| H A D | destroy.c | 7 …posed_star, PetscObjectState **state_star, PetscInt *count_star, void **composed, PetscObjectState… in DestroyComposedData() argument 14 PetscCall(PetscFree2(*composed, *state)); in DestroyComposedData()
|
| /petsc/doc/developers/ |
| H A D | objects.md | 245 object has any other objects composed with it, the `PetscObjectDestroy()` function is called on the… 250 composed, that object is dereferenced and replaced with the new object. 252 already been composed, that object is dereferenced (the `PetscObjectDestroy()` 255 composed. 258 that was previously composed with the first object via 260 name was previously composed. 263 a function pointer with an object. If the object already had a composed 281 kind of data into a PETSc object that can then be composed with a PETSc 309 from which linked lists of composed objects may be constructed. The 382 PETSc code that calls composed functions should be done via [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Object.pyx | 337 The string identifying the object to be composed. 339 The object to be composed.
|
| H A D | DMComposite.pyx | 144 """Return the index sets for each composed object in the composite.
|
| H A D | libpetsc4py.pyx | 1282 "Corrupted composed id") 1320 "Missing composed id") 1323 "Corrupted composed id")
|
| /petsc/doc/changes/ |
| H A D | 323.md | 30 - Add `PetscObjectHasFunction()` to query for the presence of a composed method
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 70 {any}`fig_library`. Each `KSP` solver is composed 73 modules. Thus, operations in the `KSP` module are composed of
|
| H A D | dmplex.md | 619 that pushes forward the loaded mesh to the redistributed mesh, so, composed
|
| H A D | performance.md | 366 specify whether domains should be “compact”—composed of cores sharing
|
| H A D | ksp.md | 1684 For example, with two composed preconditioners: $B_1$ and
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 194 …ncil will have an accuracy equal to the lower of the two stencils being composed. The basic outlin…
|