mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- drop old table-based formatting in favour of div. - use single css with @import to minimize the impact of style changes on the html documents themselves. - separate css/ directory - locate css graphic elements inside the css/ directory for easier relative addressing.
69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UFT-8"/>
|
|
<title> OpenFOAM® programmer's C++ documentation </title>
|
|
<!-- links -->
|
|
<link rel="stylesheet" href="../css/doxyLayout.css" type="text/css" />
|
|
<link rel="icon" href="../OpenFOAMdocIcon.png" type="image/png" />
|
|
<!-- meta info -->
|
|
<meta
|
|
name="keywords"
|
|
content="computational fluid dynamics, CFD, OpenCFD, OpenFOAM, open source CFD, open source"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="OpenCFD Ltd, leaders in open source Computational Fluid Dynamics (CFD), the developers and maintainers of OpenFOAM: the open source CFD toolbox. We supply support and contracted developments for OpenFOAM"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div class="page-container">
|
|
<div class="header">
|
|
<div class="header-top">
|
|
<div class="round-border-topleft"></div>
|
|
<div class="round-border-topright"></div>
|
|
<a class="sitelogo" href="/" title="Home"></a>
|
|
<div class="sitename">
|
|
<h1><a
|
|
href="http://foam.sourceforge.net/doc/Doxygen/html/"
|
|
title="Source Guide">Programmer's C++ documentation</a></h1>
|
|
</div>
|
|
</div> <!-- header-top -->
|
|
<div class="header-bottom">
|
|
<!-- navigation -->
|
|
<div class="nav2">
|
|
<ul>
|
|
<li>
|
|
<a href="http://foam.sourceforge.net/doc/Doxygen/html">Source Guide</a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.openfoam.com/features/">Features</a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.openfoam.com/">OpenFOAM</a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.openfoam.com/contact/">Contact</a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a href="http://www.openfoam.com/about/">OpenCFD</a>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
</div> <!-- nav2 -->
|
|
</div> <!-- header-bottom -->
|
|
</div> <!-- header -->
|
|
|
|
<div class="main">
|
|
<!-- begin of doxygen-generated content -->
|