Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3637 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()
3657NcF == NcC, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of components in fine space field %" Pet… in DMPlexComputeInjectorFEM()
3676NcF, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of quadrature components %" PetscInt_FMT " must… in DMPlexComputeInjectorFEM()