petsc-3.3-p7 2013-05-11

DMIGAGetNumQuadraturePoints

Gets the number of quadrature points for each direction

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGAGetNumQuadraturePoints(DM dm, PetscInt *nx, PetscInt *ny, PetscInt *nz)
Not Collective

Input Parameter

dm -the IGA

Output Parameters

nx - number of quadrature points in X
ny - number of quadrature points in Y
nz - number of quadrature points in Z

Keywords

distributed array, get, information

See Also

DMCreate()

Level:beginner
Location:
src/dm/impls/igaiga.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex18.c.html