Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextypes.h83 } DMPlexCSRAlgorithm; typedef
/petsc/doc/changes/
H A D317.md223 - Change `-dm_plex_csr_via_mat` to `-dm_plex_csr_alg` which takes a DMPlexCSRAlgorithm name
/petsc/src/dm/impls/plex/
H A Dplexpartition.c505 DMPlexCSRAlgorithm alg = DM_PLEX_CSR_GRAPH; in DMPlexCreatePartitionerGraph()