~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to docs/manualpages/Grid/GridGetOptionsPrefix.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
2
 
<HTML>
3
 
<HEAD>
4
 
<META NAME="GENERATOR" CONTENT="DOCTEXT">
5
 
<TITLE>GridGetOptionsPrefix</TITLE>
6
 
</HEAD>
7
 
<BODY BGCOLOR="FFFFFF">
8
 
<A NAME="GridGetOptionsPrefix"><H1>GridGetOptionsPrefix</H1></A>
9
 
Sets the prefix used for searching for all grid options in the database. 
10
 
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
11
 
<PRE>
12
 
#include "grid.h" 
13
 
#include "gvec.h" 
14
 
int GridGetOptionsPrefix(Grid grid, char **prefix)
15
 
</PRE>
16
 
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
17
 
<DT><B>grid   </B> -The grid
18
 
<br>
19
 
<P>
20
 
<H3><FONT COLOR="#CC3333">Output Parameter</FONT></H3>
21
 
<DT><B>prefix </B> -A pointer to the prefix string used
22
 
<br>
23
 
<P>
24
 
 
25
 
<P>
26
 
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
27
 
 grid, get, options, prefix, database
28
 
<BR>
29
 
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
30
 
 <A HREF="../Grid/GridAppendOptionsPrefix.html#GridAppendOptionsPrefix">GridAppendOptionsPrefix</A>()
31
 
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>intermediate
32
 
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/grid/interface/grid.c.html#GridGetOptionsPrefix">src/grid/interface/grid.c</A>
33
 
<BR><A HREF="./index.html">Index of all Grid routines</A>
34
 
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
35
 
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
36
 
</BODY></HTML>