Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3661 PetscInt NqcC, NpC; in DMPlexComputeInjectorFEM() local
3665 PetscCall(PetscQuadratureGetData(cfunc, NULL, &NqcC, &NpC, &cqpoints, &cqweights)); in DMPlexComputeInjectorFEM()
3667 …PetscCheck(NpC == 1 || !feRef[field], PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Do not know how to do… in DMPlexComputeInjectorFEM()
3677 if (NpC != NpF) continue; in DMPlexComputeInjectorFEM()