Home
last modified time | relevance | path

Searched refs:DMCompositeLink (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/composite/
H A Dpackimpl.h11 struct DMCompositeLink { struct
12 struct DMCompositeLink *next; argument
28 struct DMCompositeLink *next; argument
H A Dpack.c56 struct DMCompositeLink *next, *prev; in DMDestroy_Composite()
82 struct DMCompositeLink *lnk = com->next; in DMView_Composite()
104 struct DMCompositeLink *next = com->next; in DMSetUp_Composite()
185 struct DMCompositeLink *next; in DMCompositeGetAccess()
249 struct DMCompositeLink *link; in DMCompositeGetAccessArray()
311 struct DMCompositeLink *link; in DMCompositeGetLocalAccessArray()
371 struct DMCompositeLink *next; in DMCompositeRestoreAccess()
419 struct DMCompositeLink *link; in DMCompositeRestoreAccessArray()
468 struct DMCompositeLink *link; in DMCompositeRestoreLocalAccessArray()
517 struct DMCompositeLink *next; in DMCompositeScatter()
[all …]
H A Dpackm.c6 const struct DMCompositeLink *rlink, *clink; in DMCreateMatrix_Composite_Nest()
45 struct DMCompositeLink *next; in DMCreateMatrix_Composite_AIJ()