petsc-3.3-p7 2013-05-11

DMIGAGetBasisData

Gets the basis data at quadrature points for each direction

Synopsis

#include "petscdmiga.h"   
PetscErrorCode DMIGAGetBasisData(DM dm, BD *bdX, BD *bdY, BD *bdZ)
Not Collective

Input Parameter

dm -the IGA

Output Parameters

bdX - basis data in X
bdY - basis data in Y
bdZ - basis data 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