:orphan: # DMInterpolationGetDof Gets the number of fields interpolated at a point for the interpolation context ## Synopsis ``` #include "petscdmplex.h" #include "petscsnes.h" PetscErrorCode DMInterpolationGetDof(DMInterpolationInfo ctx, PetscInt *dof) ``` Not Collective ## Input Parameter - ***ctx -*** the context ## Output Parameter - ***dof -*** the number of fields ## See Also DMInterpolationInfo, `DMInterpolationSetDof()`, `DMInterpolationEvaluate()`, `DMInterpolationAddPoints()` ## Level intermediate ## Location src/snes/utils/dmplexsnes.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/utils/dmplexsnes.c) [Index of all SNES routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)