Searched refs:FormCoupleLocations (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/composite/ |
| H A D | packm.c | 24 …else PetscCheck(!com->FormCoupleLocations, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Canno… in DMCreateMatrix_Composite_Nest() 126 …if (com->FormCoupleLocations) PetscCall((*com->FormCoupleLocations)(dm, NULL, dnz, onz, __rstart, … in DMCreateMatrix_Composite_AIJ() 173 if (com->FormCoupleLocations) { in DMCreateMatrix_Composite_AIJ() 176 PetscCall((*com->FormCoupleLocations)(dm, *J, NULL, NULL, __rstart, 0, 0, 0)); in DMCreateMatrix_Composite_AIJ()
|
| H A D | packimpl.h | 30 …PetscErrorCode (*FormCoupleLocations)(DM, Mat, PetscInt *, PetscInt *, PetscInt, PetscInt, PetscIn… member
|
| H A D | pack.c | 42 PetscErrorCode DMCompositeSetCoupling(DM dm, PetscErrorCode (*FormCoupleLocations)(DM, Mat, PetscIn… in DMCompositeSetCoupling() 50 com->FormCoupleLocations = FormCoupleLocations; in DMCompositeSetCoupling()
|