PetscQuadratureDuplicate#
Create a deep copy of the PetscQuadrature object
Synopsis#
#include "petscdt.h"
PetscErrorCode PetscQuadratureDuplicate(PetscQuadrature q, PetscQuadrature *r)
Collective on q
Input Parameter#
q - The PetscQuadrature object
Output Parameter#
r - The new PetscQuadrature object
See Also#
PetscQuadratureCreate()
, PetscQuadratureDestroy()
, PetscQuadratureGetData()
Level#
beginner
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages