Searched refs:mNc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2011 PetscInt cdim, mcdim, cStart, cEnd, Nc, mNc, qNc, Nq; in DMPlexComputeL2FluxDiffVecLocal() local 2030 PetscCall(PetscFEGetNumComponents(mfe, &mNc)); in DMPlexComputeL2FluxDiffVecLocal() 2033 …c == 1 || qNc == mNc, comm, PETSC_ERR_ARG_SIZ, "Quadrature components %" PetscInt_FMT " != %" Pets… in DMPlexComputeL2FluxDiffVecLocal() 2037 …PetscCall(PetscMalloc6(Nc * cdim, &interpolant, mNc * cdim, &minterpolant, cdim * (Nq + 1), &coord… in DMPlexComputeL2FluxDiffVecLocal() 2062 for (PetscInt fc = 0; fc < mNc; ++fc) { in DMPlexComputeL2FluxDiffVecLocal()
|