Searched refs:NcC (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3637 PetscInt order = -1, NcF, NcC, fpdim, cpdim; in DMPlexComputeInjectorFEM() local 3641 PetscCall(PetscFEGetNumComponents(feC, &NcC)); in DMPlexComputeInjectorFEM() 3650 PetscCall(PetscFVGetNumComponents(fvC, &NcC)); in DMPlexComputeInjectorFEM() 3657 …NcC, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of components in fine space field %" PetscInt_F… in DMPlexComputeInjectorFEM() 3666 …NcC, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of quadrature components %" PetscInt_FMT " must… in DMPlexComputeInjectorFEM() 3680 for (d = 0; d < NcC; ++d) sum += PetscAbsReal(cqweights[d] * fqweights[d]); in DMPlexComputeInjectorFEM()
|