File: index.html

package info (click to toggle)
petsc 2.3.3-14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 79,788 kB
  • ctags: 339,579
  • sloc: ansic: 255,388; cpp: 27,384; python: 27,194; fortran: 18,468; makefile: 11,436; sh: 3,671; f90: 1,447; xml: 620; csh: 211
file content (32 lines) | stat: -rw-r--r-- 1,232 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
<HTML>
<HEAD>
<TITLE>Unstructured Meshes - Mesh</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">

<H2> Unstructured Meshes - Mesh: <A HREF="../../../src/mesh/examples/tutorials/index.html">Examples</A></H2>

The unstructured computational mesh (Mesh) component provides an
interface for mesh generation, partitioning, refinement, and manipulation. 
Mesh users can set various transformation options at runtime via the
options database (e.g., specifying a refinement constraint via
<font face ="Courier">
-mesh_max_area tol
</font face>
).  

<P>

<P>
<TABLE>
</TR><TD WIDTH=250 COLSPAN="3"><B>No beginner routines</B></TD></TR>
</TR><TD WIDTH=250 COLSPAN="3"><B>No intermediate routines</B></TD></TR>
</TR><TD WIDTH=250 COLSPAN="3"><B>Advanced - Setting more advanced options and customization</B></TD></TR>
 <TD WIDTH=250><A HREF="./MeshCartesianGetMesh.html">MeshCartesianGetMesh</A></TD>
 <TD WIDTH=250><A HREF="./MeshCartesianSetMesh.html">MeshCartesianSetMesh</A></TD>
 <TD WIDTH=250><A HREF="./"></A></TD>
<TR>
</TR><TD WIDTH=250 COLSPAN="3"><B>No developer routines</B></TD></TR>
</TR><TD WIDTH=250 COLSPAN="3"><B>No deprecated routines</B></TD></TR>
</TABLE>
<BR><A HREF="../../index.html"><IMG SRC="../up.gif">Table of Contents</A>