Searched refs:NcF (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 3642 PetscCall(PetscFEGetNumComponents(feRef[field], &NcF)); in DMPlexComputeInjectorFEM() 3651 PetscCall(PetscFVGetNumComponents(fvRef[field], &NcF)); in DMPlexComputeInjectorFEM() 3657 …NcF == NcC, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of components in fine space field %" Pet… in DMPlexComputeInjectorFEM() 3676 …NcF, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of quadrature components %" PetscInt_FMT " must… in DMPlexComputeInjectorFEM()
|