petsc-3.9.4 2018-09-11
Report Typos and Errors

PetscSpacePointSetPoints

Sets the evaluation points for the space to coincide with the points of a quadrature rule

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscSpacePointSetPoints(PetscSpace sp, PetscQuadrature q)
Logically collective

Input Parameters

sp - The PetscSpace
q - The PetscQuadrature defining the points

Keywords

PetscSpacePoint

See Also

PetscSpaceCreate(), PetscSpaceSetType()

Level

intermediate

Location

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