Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4877 #define DMCreateMatrix_pforest _append_pforest(DMCreateMatrix) macro
4878 static PetscErrorCode DMCreateMatrix_pforest(DM dm, Mat *mat) in DMCreateMatrix_pforest() function
5136 dm->ops->creatematrix = DMCreateMatrix_pforest; in DMInitialize_pforest()