Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddm.c7587 …scErrorCode DMCopyLabels(DM dmA, DM dmB, PetscCopyMode mode, PetscBool all, DMCopyLabelsMode emode) in DMCopyLabels() argument
7614 switch (emode) { in DMCopyLabels()
7623 …jectComm((PetscObject)dmA), PETSC_ERR_ARG_OUTOFRANGE, "Unhandled DMCopyLabelsMode %d", (int)emode); in DMCopyLabels()