Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 12 of 12) sorted by relevance

/petsc/src/sys/objects/
H A Dstate.c102 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 Ddestroy.c7 …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 Dobjects.md245 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 DObject.pyx337 The string identifying the object to be composed.
339 The object to be composed.
H A DDMComposite.pyx144 """Return the index sets for each composed object in the composite.
H A Dlibpetsc4py.pyx1282 "Corrupted composed id")
1320 "Missing composed id")
1323 "Corrupted composed id")
/petsc/doc/changes/
H A D323.md30 - Add `PetscObjectHasFunction()` to query for the presence of a composed method
/petsc/doc/manual/
H A Dprofiling.md70 {any}`fig_library`. Each `KSP` solver is composed
73 modules. Thus, operations in the `KSP` module are composed of
H A Ddmplex.md619 that pushes forward the loaded mesh to the redistributed mesh, so, composed
H A Dperformance.md366 specify whether domains should be “compact”—composed of cores sharing
H A Dksp.md1684 For example, with two composed preconditioners: $B_1$ and
/petsc/doc/community/meetings/2025/
H A Dindex.md194 …ncil will have an accuracy equal to the lower of the two stencils being composed. The basic outlin…