Skip to main content
Ctrl+K
PETSc 3.23.2 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • PetscFECopyQ...

PetscFECopyQuadrature#

Copy both volumetric and surface quadrature to a new PetscFE

Synopsis#

#include "petscfe.h" 
PetscErrorCode PetscFECopyQuadrature(PetscFE sfe, PetscFE tfe)

Not Collective

Input Parameters#

  • sfe - The PetscFE source for the quadratures

  • tfe - The PetscFE target for the quadratures

See Also#

PetscFE, PetscSpace, PetscDualSpace, PetscQuadrature, PetscFECreate(), PetscFESetQuadrature(), PetscFESetFaceQuadrature()

Level#

intermediate

Location#

src/dm/dt/fe/interface/fe.c

Examples#

src/snes/tutorials/ex27.c
src/snes/tutorials/ex71.c
src/snes/tutorials/ex69.c
src/snes/tutorials/ex77.c
src/snes/tutorials/ex63.c
src/snes/tutorials/ex12.c
src/tao/tutorials/ex1.c
src/snes/tutorials/ex76.c
src/snes/tutorials/ex24.c
src/snes/tutorials/ex11.c


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

On this page
  • Synopsis
  • Input Parameters
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-05-22T09:06:30-0500 (v3.23.2-41-gb677dd453eaf).