petsc-3.14.6 2021-03-30
Report Typos and Errors

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

src/dm/dt/interface/dt.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages