File: DMREDUNDANT.html

package info (click to toggle)
petsc 3.4.2.dfsg1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 129,104 kB
  • ctags: 516,422
  • sloc: ansic: 395,939; cpp: 47,201; python: 34,788; makefile: 17,193; fortran: 16,251; f90: 1,592; objc: 954; sh: 822; xml: 621; java: 381; lisp: 293; csh: 241
file content (22 lines) | stat: -rw-r--r-- 1,798 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMREDUNDANT.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>DMREDUNDANT</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
   <div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>
<A NAME="DMREDUNDANT"><H1>DMREDUNDANT</H1></A>
"redundant" - A DM object that is used to manage data for a small set of dense globally coupled variables. In the global representation of the vector the variables are all stored on a single MPI process (all the other MPI processes have no variables) in the local representation all the variables are stored on ALL the MPI processes (because they are all needed for each processes local computations). This DM is generally used inside a <A HREF="../DM/DMCOMPOSITE.html#DMCOMPOSITE">DMCOMPOSITE</A> object. For example, it may be used to store continuation parameters for a bifurcation problem.
<P>
<P>

<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 DMType, <A HREF="../DM/DMCOMPOSITE.html#DMCOMPOSITE">DMCOMPOSITE</A>, DMCreateRedundant(), <A HREF="../DM/DMCreate.html#DMCreate">DMCreate</A>(), <A HREF="../DM/DMRedundantSetSize.html#DMRedundantSetSize">DMRedundantSetSize</A>(), <A HREF="../DM/DMRedundantGetSize.html#DMRedundantGetSize">DMRedundantGetSize</A>()
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/dm/impls/redundant/dmredundant.c.html#DMREDUNDANT">src/dm/impls/redundant/dmredundant.c</A>
<BR><A HREF="./index.html">Index of all DM 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>