Searched refs:NpF (Results 1 – 1 of 1) sorted by relevance
3672 PetscInt NqcF, NpF; in DMPlexComputeInjectorFEM() local3675 PetscCall(PetscQuadratureGetData(ffunc, NULL, &NqcF, &NpF, &fqpoints, &fqweights)); in DMPlexComputeInjectorFEM()3677 if (NpC != NpF) continue; in DMPlexComputeInjectorFEM()