Searched refs:minl (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 249 static PetscErrorCode DMPlexGetPointMFEMCellID_Internal(DM dm, DMLabel label, PetscInt minl, PetscI… in DMPlexGetPointMFEMCellID_Internal() argument 262 *mid = *mid - minl + 1; /* MFEM does not like negative markers */ in DMPlexGetPointMFEMCellID_Internal() 456 PetscInt bf, p, sdim, dim, depth, novl, minl; in DMPlexView_GLVis_ASCII() local 723 minl = 1; in DMPlexView_GLVis_ASCII() 739 …PetscCallMPI(MPIU_Allreduce(&lminl, &minl, 1, MPIU_INT, MPI_MIN, PetscObjectComm((PetscObject)dm))… in DMPlexView_GLVis_ASCII() 740 if (minl == PETSC_INT_MAX) minl = 1; in DMPlexView_GLVis_ASCII() 749 PetscCall(DMPlexGetPointMFEMCellID_Internal(dm, label, minl, p, &mid, &cid)); in DMPlexView_GLVis_ASCII() 924 minl = 1; in DMPlexView_GLVis_ASCII() 940 …PetscCallMPI(MPIU_Allreduce(&lminl, &minl, 1, MPIU_INT, MPI_MIN, PetscObjectComm((PetscObject)dm))… in DMPlexView_GLVis_ASCII() 941 if (minl == PETSC_INT_MAX) minl = 1; in DMPlexView_GLVis_ASCII() [all …]
|