petsc-3.3-p7 2013-05-11

DMIGAGetPolynomialOrder

Gets the polynomial order for each direction

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGAGetPolynomialOrder(DM dm, PetscInt *px, PetscInt *py, PetscInt *pz)
Not Collective

Input Parameter

dm -the IGA

Output Parameters

px - polynomial order in X
py - polynomial order in Y
pz - polynomial order 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