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#

DM Basics, DM, DMInterpolationInfo, DMInterpolationSetDof(), DMInterpolationEvaluate(), DMInterpolationAddPoints()

Level#

intermediate

Location#

src/snes/utils/dm/dminterpolatesnes.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages