PetscDSSetWeakForm#
Sets the weak form object
Synopsis#
#include "petscds.h"
PetscErrorCode PetscDSSetWeakForm(PetscDS ds, PetscWeakForm wf)
Not Collective
Input Parameters#
ds - The
PetscDS
objectwf - The weak form object
See Also#
PetscWeakForm
, PetscDSGetWeakForm()
, PetscDSGetNumFields()
, PetscDSCreate()
Level#
beginner
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages