PetscWeakFormClearIndex#
Clear the pointwise function at a given index for the given key from a PetscWeakForm
Synopsis#
#include "petscds.h"
PetscErrorCode PetscWeakFormClearIndex(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, PetscInt part, PetscWeakFormKind kind, PetscInt ind)
Not Collective
Input Parameters#
wf - The
PetscWeakFormlabel - The label selecting the mesh region, or
NULLfor the entire domainval - The label value selecting the mesh region
f - The field number
part - The equation part, or 0 if unused
kind - The kind of weak form, see
PetscWeakFormKindind - The index of the function to clear in the function list for this key
See Also#
Level#
intermediate
Location#
src/dm/dt/interface/dtweakform.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages