Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmtypes.h300 DM_REORDER_DEFAULT_FALSE = 0, enumerator
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi51 DM_REORDER_DEFAULT_FALSE
H A DDM.pyx55 FALSE = DM_REORDER_DEFAULT_FALSE
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2115 PetscCall(DMPlexReorderSetDefault(*distdm, DM_REORDER_DEFAULT_FALSE)); in DMPlexDistributionLoad_HDF5_Private()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5105 …tscCall(DMReorderSectionSetDefault(dm, flg2 ? DM_REORDER_DEFAULT_TRUE : DM_REORDER_DEFAULT_FALSE)); in DMSetFromOptions_NonRefinement_Plex()
5574 if (reorder != DM_REORDER_DEFAULT_FALSE && dim == 1) { in DMSetFromOptions_Plex()