petsc-3.5.4 2015-05-23
Report Typos and Errors

DMPlexTSGetGeometry

Return precomputed geometric data

Synopsis

#include "petscdmplex.h" 
#include "petscts.h" 
PetscErrorCode DMPlexTSGetGeometry(DM dm, Vec *facegeom, Vec *cellgeom, PetscReal *minRadius)

Input Parameter

dm -The DM

Output Parameters

facegeom - The values precomputed from face geometry
cellgeom - The values precomputed from cell geometry
minRadius - The minimum radius over the mesh of an inscribed sphere in a cell

See Also

DMPlexTSSetRHSFunctionLocal()

Level:developer
Location:
src/ts/utils/dmplexts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

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