|
1 | | -<!DOCTYPE html> |
2 | | -<html lang="en-US"> |
3 | | - <head> |
4 | | - <meta charset='utf-8'> |
5 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | | - <meta name="viewport" content="width=device-width,maximum-scale=2"> |
7 | | - <link rel="stylesheet" type="text/css" media="screen" href="https://fenicsproject.org/assets/css/style.css?v=2023-12-11"> |
8 | | - <link rel="apple-touch-icon" sizes="57x57" href="https://fenicsproject.org/assets/icons/apple-icon-57x57.png"> |
9 | | - <link rel="apple-touch-icon" sizes="60x60" href="https://fenicsproject.org/assets/icons/apple-icon-60x60.png"> |
10 | | - <link rel="apple-touch-icon" sizes="72x72" href="https://fenicsproject.org/assets/icons/apple-icon-72x72.png"> |
11 | | - <link rel="apple-touch-icon" sizes="76x76" href="https://fenicsproject.org/assets/icons/apple-icon-76x76.png"> |
12 | | - <link rel="apple-touch-icon" sizes="114x114" href="https://fenicsproject.org/assets/icons/apple-icon-114x114.png"> |
13 | | - <link rel="apple-touch-icon" sizes="120x120" href="https://fenicsproject.org/assets/icons/apple-icon-120x120.png"> |
14 | | - <link rel="apple-touch-icon" sizes="144x144" href="https://fenicsproject.org/assets/icons/apple-icon-144x144.png"> |
15 | | - <link rel="apple-touch-icon" sizes="152x152" href="https://fenicsproject.org/assets/icons/apple-icon-152x152.png"> |
16 | | - <link rel="apple-touch-icon" sizes="180x180" href="https://fenicsproject.org/assets/icons/apple-icon-180x180.png"> |
17 | | - <link rel="icon" type="image/png" sizes="192x192" href="https://fenicsproject.org/assets/icons/android-icon-192x192.png"> |
18 | | - <link rel="icon" type="image/png" sizes="32x32" href="https://fenicsproject.org/assets/icons/favicon-32x32.png"> |
19 | | - <link rel="icon" type="image/png" sizes="96x96" href="https://fenicsproject.org/assets/icons/favicon-96x96.png"> |
20 | | - <link rel="icon" type="image/png" sizes="16x16" href="https://fenicsproject.org/assets/icons/favicon-16x16.png"> |
21 | | - <link rel="manifest" href="https://fenicsproject.org/assets/icons/manifest.json"> |
22 | | - <meta name="msapplication-TileColor" content="#555555"> |
23 | | - <meta name="msapplication-TileImage" content="https://fenicsproject.org/assets/icons/ms-icon-144x144.png"> |
24 | | - <meta name="theme-color" content="#555555"> |
25 | | - <link rel="stylesheet" type="text/css" href="https://fenicsproject.org/assets/css/customsty.css"> |
26 | | - <link rel="stylesheet" type="text/css" href="/assets/sty.css"> |
27 | | - <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script> |
28 | | - <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> |
29 | | - <script src="https://fenicsproject.org/assets/fontawesome/js/fontawesome.js"></script> |
30 | | - <script src="https://fenicsproject.org/assets/fontawesome/js/brands.js"></script> |
31 | | - <script src="https://fenicsproject.org/assets/fontawesome/js/solid.js"></script> |
32 | | - <script type='text/javascript'> |
33 | | -document.getElementById("MathJax-script").addEventListener('load', function () { |
34 | | -window.MathJax = { |
35 | | - tex: { |
36 | | - inlineMath: [['$', '$']], |
37 | | - displayMath: [['[[',']]']] |
38 | | - }, |
39 | | - svg: { |
40 | | - fontCache: 'global' |
41 | | - } |
42 | | -}}); |
43 | | -</script> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | +<head> |
44 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
45 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
46 | 6 | <meta name="generator" content="Doxygen 1.9.1"/> |
|
60 | 20 | </script> |
61 | 21 | <script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
62 | 22 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
63 | | - </head> |
| 23 | +</head> |
64 | 24 | <body> |
65 | | -<!-- HEADER --> |
66 | | -<div id="nav_head"> |
67 | | - <header class="inner" id="nav_head_inner"> |
68 | | - <a id="logo" href="https://fenicsproject.org/"><img src="https://fenicsproject.org/assets/img/fenics-logo-small.png"></a> |
69 | | - <div class="top-navigation"> |
70 | | - <nav role="navigation" id="site-nav" class="nav"> |
71 | | - <ul> |
72 | | - <li><a href="https://fenicsproject.org/">Home</a></li> |
73 | | - <li><a href="https://fenicsproject.org/fenics-2026">FEniCS 2026</a></li> |
74 | | - <li><a href="https://fenicsproject.org/download">Download</a></li> |
75 | | - <li><a href="https://fenicsproject.org/documentation">Documentation</a></li> |
76 | | - <li><a href="https://fenicsproject.org/community">Community</a></li> |
77 | | - <li><a href="https://fenicsproject.org/citing">Citing</a></li> |
78 | | - <li><a href="https://numfocus.org/donate-to-fenics"><i class="fa-solid fa-arrow-up-right-from-square"></i> Donate</a></li> |
79 | | - </ul> |
80 | | - </nav> |
81 | | -</div> |
82 | | - </header> |
83 | | -</div> |
84 | | - <div id="header_wrap" class="outer" style="background-image:url(https://fenicsproject.org/assets/img/headers/fenics_fire.png);background-repeat:repeat"> |
85 | | - <header class="inner lesstall"> |
86 | | - <h1 id="project_title">Basix 0.11.0.dev0</h1> |
87 | | - </header> |
88 | | -</div> |
89 | | -<!-- MAIN CONTENT --> |
90 | | -<div id="main_content_wrap" class="outer"> |
91 | | - <section id="main_content" class="inner"> |
92 | | - <h2 id="project_subtitle"><a class='fenicsnav' href='https://docs.fenicsproject.org/basix/main/index.html'>Home</a> |
93 | | - |
94 | | - |
95 | | -<a class='fenicsnav' href='https://docs.fenicsproject.org/basix/main/install.html'>Installation</a> |
96 | | - |
97 | | - |
98 | | -<a class='fenicsnav' href='https://docs.fenicsproject.org/basix/main/python/demo'>Demos</a> |
99 | | - |
100 | | - |
101 | | -<a class='fenicsnav' href='https://docs.fenicsproject.org/basix/main/cpp'>C++ docs</a> |
102 | | - |
103 | | - |
104 | | -<a class='fenicsnav' href='https://docs.fenicsproject.org/basix/main/python'>Python docs</a> |
105 | | -</h2><div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| 25 | +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
106 | 26 | <div id="titlearea"> |
107 | 27 | <table cellspacing="0" cellpadding="0"> |
108 | 28 | <tbody> |
109 | | - <tr> |
| 29 | + <tr style="height: 56px;"> |
| 30 | + <td id="projectalign" style="padding-left: 0.5em;"> |
| 31 | + <div id="projectname">Basix |
| 32 | +  <span id="projectnumber">0.11.0.dev0</span> |
| 33 | + </div> |
| 34 | + </td> |
110 | 35 | </tr> |
111 | 36 | </tbody> |
112 | 37 | </table> |
@@ -253,14 +178,9 @@ <h2 id="project_subtitle"><a class='fenicsnav' href='https://docs.fenicsproject. |
253 | 178 | <div class="ttc" id="anamespacebasix_1_1cell_html_ae221b5f50bc4e51ca557cb08bcb12d21"><div class="ttname"><a href="namespacebasix_1_1cell.html#ae221b5f50bc4e51ca557cb08bcb12d21">basix::cell::facet_outward_normals</a></div><div class="ttdeci">std::pair< std::vector< T >, std::array< std::size_t, 2 > > facet_outward_normals(cell::type cell_type)</div><div class="ttdef"><b>Definition:</b> cell.cpp:431</div></div> |
254 | 179 | <div class="ttc" id="anamespacebasix_1_1cell_html_afc4d87a942897c513cc1c1e914a80713"><div class="ttname"><a href="namespacebasix_1_1cell.html#afc4d87a942897c513cc1c1e914a80713">basix::cell::geometry</a></div><div class="ttdeci">std::pair< std::vector< T >, std::array< std::size_t, 2 > > geometry(cell::type celltype)</div><div class="ttdef"><b>Definition:</b> cell.cpp:20</div></div> |
255 | 180 | </div><!-- fragment --></div><!-- contents --> |
256 | | - |
257 | | - </section> |
258 | | -</div> |
259 | | -<!-- FOOTER --> |
260 | | -<div id="footer_wrap" class="outer"> |
261 | | - <footer class="inner"> |
262 | | - © FEniCS Project 2026. Changes to this website can be made/suggested on <a href='https://github.com/FEniCS/web'>GitHub</a>. |
263 | | - </footer> |
264 | | -</div> |
| 181 | +<!-- start footer part --> |
| 182 | +<hr class="footer"/><address class="footer"><small> |
| 183 | +Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 |
| 184 | +</small></address> |
265 | 185 | </body> |
266 | 186 | </html> |
0 commit comments