petsc-3.4.5 2014-06-29

DMMeshHasSectionReal

Determines whether this mesh has a SectionReal with the given name.

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshHasSectionReal(DM dm, const char name[], PetscBool  *flag)
Not Collective

Input Parameters

mesh - The DMMesh object
name - The section name

Output Parameter

flag -True if the SectionReal is present in the DMMesh

Keywords

mesh, elements

See Also

DMMeshCreate()

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