Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c2011 PetscInt cdim, mcdim, cStart, cEnd, Nc, mNc, qNc, Nq; in DMPlexComputeL2FluxDiffVecLocal() local
2023 PetscCall(DMGetCoordinateDim(mdm, &mcdim)); in DMPlexComputeL2FluxDiffVecLocal()
2024 …eck(cdim == mcdim, comm, PETSC_ERR_ARG_SIZ, "primal coordinate Dim %" PetscInt_FMT " != %" PetscIn… in DMPlexComputeL2FluxDiffVecLocal()