File: index.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 (80 lines) | stat: -rw-r--r-- 4,578 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/PetscSF/index.html" />
<TITLE>PETSc Star Forest</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
   <div id="version" align=right><b>petsc-3.4.2 2013-07-02</b></div>

<H2> Vectors: <A HREF="../../../src/sys/sf/examples/tutorials/index.html">Examples</A> </H2>

PetscSF provides a simple interface to "star forest" communication patterns.

<P>
<TABLE>
<TR><TD WIDTH=250 COLSPAN="3"><B>Beginner - Basic usage</B></TD></TR>
 <TD WIDTH=250><A HREF="./PetscSFDuplicate.html">PetscSFDuplicate</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFNode.html">PetscSFNode</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFType.html">PetscSFType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFDuplicateOption.html">PetscSFDuplicateOption</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFSetUp.html">PetscSFSetUp</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFView.html">PetscSFView</A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Intermediate - Setting options for algorithms and data structures</B></TD></TR>
 <TD WIDTH=250><A HREF="./PetscSF.html">PetscSF</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGatherBegin.html">PetscSFGatherBegin</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFScatterBegin.html">PetscSFScatterBegin</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFBcastBegin.html">PetscSFBcastBegin</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGatherEnd.html">PetscSFGatherEnd</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFScatterEnd.html">PetscSFScatterEnd</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFBcastEnd.html">PetscSFBcastEnd</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGetGraph.html">PetscSFGetGraph</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFSetFromOptions.html">PetscSFSetFromOptions</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFCreate.html">PetscSFCreate</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFReduceBegin.html">PetscSFReduceBegin</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFSetGraph.html">PetscSFSetGraph</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFDestroy.html">PetscSFDestroy</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFReduceEnd.html">PetscSFReduceEnd</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFSetType.html">PetscSFSetType</A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Advanced - Setting more advanced options and customization</B></TD></TR>
 <TD WIDTH=250><A HREF="./PetscSFComputeDegreeBegin.html">PetscSFComputeDegreeBegin</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFFetchAndOpEnd.html">PetscSFFetchAndOpEnd</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFSetRankOrder.html">PetscSFSetRankOrder</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFCreateEmbeddedSF.html">PetscSFCreateEmbeddedSF</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFRegister.html">PetscSFRegister</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFWindowGetSyncType.html">PetscSFWindowGetSyncType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFCreateInverseSF.html">PetscSFCreateInverseSF</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFRegisterAll.html">PetscSFRegisterAll</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFWindowSetSyncType.html">PetscSFWindowSetSyncType</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFFetchAndOpBegin.html">PetscSFFetchAndOpBegin</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFReset.html">PetscSFReset</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFWindowSyncType.html">PetscSFWindowSyncType</A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Developer - Interfaces intended primarily for library developers, not for typical applications programmers</B></TD></TR>
 <TD WIDTH=250><A HREF="./PetscSFComputeDegreeEnd.html">PetscSFComputeDegreeEnd</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGetLeafRange.html">PetscSFGetLeafRange</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFInitializePackage.html">PetscSFInitializePackage</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFFinalizePackage.html">PetscSFFinalizePackage</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGetMultiSF.html">PetscSFGetMultiSF</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFRestoreWindow.html">PetscSFRestoreWindow</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFFindWindow.html">PetscSFFindWindow</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGetRanks.html">PetscSFGetRanks</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFWindowGetDataTypes.html">PetscSFWindowGetDataTypes</A></TD>
<TR>
 <TD WIDTH=250><A HREF="./PetscSFGetGroups.html">PetscSFGetGroups</A></TD>
 <TD WIDTH=250><A HREF="./PetscSFGetWindow.html">PetscSFGetWindow</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>No deprecated routines</B></TD></TR>
</TABLE>
<BR><A HREF="../../index.html">Table of Contents</A>