1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMMOAB/DMMoabGenerateHierarchy.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>DMMoabGenerateHierarchy</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<div id="version" align=right><b>petsc-3.10.3 2018-12-18</b></div>
<div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.10.3 v3.10.3 docs/manualpages/DMMOAB/DMMoabGenerateHierarchy.html "><small>Report Typos and Errors</small></a></div>
<A NAME="DMMoabGenerateHierarchy"><H1>DMMoabGenerateHierarchy</H1></A>
Generate a multi-level uniform refinement hierarchy by succesively refining a coarse mesh, already defined in the <A HREF="../DM/DM.html#DM">DM</A> object provided by the user.
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
<A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../DMMOAB/DMMoabGenerateHierarchy.html#DMMoabGenerateHierarchy">DMMoabGenerateHierarchy</A>(<A HREF="../DM/DM.html#DM">DM</A> dm, <A HREF="../Sys/PetscInt.html#PetscInt">PetscInt</A> nlevels, <A HREF="../Sys/PetscInt.html#PetscInt">PetscInt</A> *ldegrees)
</PRE>
Collective on <A HREF="../Sys/MPI_Comm.html#MPI_Comm">MPI_Comm</A>
<P>
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>dmb </B></TD><TD>- The DMMoab object
</TD></TR>
<P>
<H3><FONT COLOR="#CC3333">Output Parameter</FONT></H3>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>nlevels </B></TD><TD>- The number of levels of refinement needed to generate the hierarchy
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>ldegrees </B></TD><TD>- The degree of refinement at each level in the hierarchy
</TD></TR>
<P>
<P>
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
DMMoab, create, refinement
<BR><P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>beginner<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/dm/impls/moab/dmmbmg.cxx#DMMoabGenerateHierarchy">src/dm/impls/moab/dmmbmg.cxx</A>
<BR><A HREF="./index.html">Index of all DMMOAB routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|