petsc-3.4.5 2014-06-29

DMMeshSetSectionInt

Puts a SectionInt of the given name into the DMMesh.

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshSetSectionInt(DM dm, SectionInt section)
Collective on DMMesh

Input Parameters

mesh - The DMMesh object
section - The SectionInt

Note: This takes the section name from the PETSc object

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