Searched refs:fillMatrix (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 824 … bs, PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[], Mat A, PetscBool fillMatrix) in DMPlexPreallocateOperator() argument 904 if (fillMatrix) { in DMPlexPreallocateOperator() 929 …bal, PetscInt dnz[], PetscInt onz[], PetscInt dnzu[], PetscInt onzu[], Mat A, PetscBool fillMatrix)
|
| H A D | plex.c | 2928 PetscBool fillMatrix = (PetscBool)(!dm->prealloc_only && !isMatIS); in DMCreateMatrix_Plex() local 3009 PetscCall(DMPlexPreallocateOperator(dm, bs, dnz, onz, dnzu, onzu, *J, fillMatrix)); in DMCreateMatrix_Plex()
|