-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Oct 8, 2024
0 parents
commit 9831a21
Showing
5,644 changed files
with
1,055,350 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,228 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<!-- TITLE OF SITE --> | ||
<title>t8code - Archives</title> | ||
|
||
|
||
|
||
<!-- META DATA --> | ||
<meta name="description" content="t8code - Parallel algorithms and data structures for tree-based AMR with arbitrary element shapes."/> | ||
|
||
<meta name="keywords" content="t8code, adaptive mesh refinement, amr, dlr, hpc, adaptive meshes, exascale, simulation, cpp, numerical, finite volume, discontinuous galerkin, Open Source"> | ||
<meta name="author" content="Deutsches Zentrum für Luft- und Raumfahrt e.V. (DLR)"> | ||
|
||
|
||
|
||
<!-- Mobile Specific Meta --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> | ||
|
||
<!-- ========================= | ||
FAV AND TOUCH ICONS | ||
============================== --> | ||
|
||
<!-- ****** faviconit.com Favicons ****** --> | ||
<link rel="shortcut icon" href="https://dlr-amr.github.io/t8code/theme/images/icon/t8code.ico"> | ||
<link rel="icon" sizes="16x16 32x32 64x64" href="https://dlr-amr.github.io/t8code/theme/images/icon/t8code.ico"> | ||
<link rel="icon" type="image/png" sizes="196x196" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-192.png"> | ||
<link rel="icon" type="image/png" sizes="160x160" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-160.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-96.png"> | ||
<link rel="icon" type="image/png" sizes="64x64" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-64.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-16.png"> | ||
<link rel="apple-touch-icon" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-57.png"> | ||
<link rel="apple-touch-icon" sizes="114x114" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-114.png"> | ||
<link rel="apple-touch-icon" sizes="72x72" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-72.png"> | ||
<link rel="apple-touch-icon" sizes="144x144" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-144.png"> | ||
<link rel="apple-touch-icon" sizes="60x60" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-60.png"> | ||
<link rel="apple-touch-icon" sizes="120x120" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-120.png"> | ||
<link rel="apple-touch-icon" sizes="76x76" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-76.png"> | ||
<link rel="apple-touch-icon" sizes="152x152" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-152.png"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-180.png"> | ||
<meta name="msapplication-TileColor" content="#FFFFFF"> | ||
<meta name="msapplication-TileImage" content="https://dlr-amr.github.io/t8code/theme/images/icon/icon_t8code-144.png"> | ||
<meta name="msapplication-config" content="https://dlr-amr.github.io/t8code/theme/browserconfig.xml"> | ||
<!-- ****** faviconit.com Favicons ****** --> | ||
|
||
<!-- ========================= | ||
STYLESHEETS | ||
============================== --> | ||
<!-- PRELOADER --> | ||
<link rel="stylesheet" href="https://dlr-amr.github.io/t8code/theme/css/preloader.css"> | ||
|
||
<!-- Bootstrap v3.3.4 --> | ||
<link href="https://dlr-amr.github.io/t8code/theme/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- icon fonts Font Awesome 4.3.0 --> | ||
<link href="https://dlr-amr.github.io/t8code/theme/css/font-awesome.min.css" rel="stylesheet"> | ||
<!-- code highlighting from pygments --> | ||
<link href="https://dlr-amr.github.io/t8code/theme/css/pygments.css" rel="stylesheet"> | ||
<!-- Plugins --> | ||
<link href="https://dlr-amr.github.io/t8code/theme/css/jquery.fs.boxer.css" rel="stylesheet" /> | ||
<link rel="stylesheet" href="https://dlr-amr.github.io/t8code/theme/css/owl.carousel.css"> | ||
|
||
<!-- Import Custom Styles --> | ||
<link href="https://dlr-amr.github.io/t8code/theme/css/style.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
||
|
||
<body class=""> | ||
<!-- Pre Loader --> | ||
<div class="pre-loader"> | ||
<div class="spinner"></div> | ||
</div> | ||
<span id="page-top"></span> | ||
<!-- Main Menu --> | ||
<div class="main-menu-container navbar-fixed-top-"> | ||
<div id="main-menu" class="navbar navbar-default" role="navigation"> | ||
<div class="container"> | ||
|
||
<div class="navbar-header"> | ||
<!-- responsive navigation --> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<i class="fa fa-bars"></i> | ||
</button> <!-- /.navbar-toggle --> | ||
<!-- Logo --> | ||
<h1 class="logo"> | ||
<a class="navbar-brand" href="https://dlr-amr.github.io/t8code/"> | ||
<img height="50px" src="https://dlr-amr.github.io/t8code/images/t8code_logo_small.png" alt=""> | ||
</a><!-- /.navbar-brand --> | ||
</h1> | ||
</div> <!-- /.navbar-header --> | ||
|
||
<nav class="collapse navbar-collapse"> | ||
<!-- Main navigation --> | ||
<ul id="mainNavigation" class="main-mav nav navbar-nav pull-right"> | ||
<li><a class="not-in-home"class="active" href="https://dlr-amr.github.io/t8code/#page-top">Home</a> | ||
</li> | ||
|
||
|
||
<!-- <li><a href="https://dlr-amr.github.io/t8code/#contents">What is TiGL?</a></li> --> | ||
|
||
<li><a class="not-in-home" href="https://dlr-amr.github.io/t8code/#contents">About t8code</a></li> | ||
<li><a class="not-in-home" href="https://dlr-amr.github.io/t8code/#news">News</a></li> | ||
|
||
|
||
<li><a class="not-in-home" href="https://dlr-amr.github.io/t8code/pages/showcase.html">Showcase</a></li> | ||
<li><a class="not-in-home" href="https://dlr-amr.github.io/t8code/pages/documentation.html">Documentation</a></li> | ||
<li><a class="not-in-home" href="https://dlr-amr.github.io/t8code/pages/contact.html">Contact</a></li> | ||
|
||
|
||
|
||
<li><a class="donate red" href="https://dlr-amr.github.io/t8code/pages/download.html">Download</a></li> | ||
</ul> <!-- /#mainNavigation --> | ||
</nav> <!-- /.navbar-collapse --> | ||
</div> <!-- /.container --> | ||
</div><!-- /#main-menu --> | ||
</div><!-- /.main-menu-container --> | ||
<!-- Main Menu End --> | ||
|
||
<h1>Archives for t8code</h1> | ||
|
||
<dl> | ||
<dt>Fri 19 April 2024</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-200-released.html">t8code-2.0.0 released</a></dd> | ||
<dt>Fri 22 December 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/christmas-greetings-2023.html">Christmas Greetings 2023</a></dd> | ||
<dt>Fri 01 December 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-160-released.html">t8code-1.6.0 released</a></dd> | ||
<dt>Fri 25 August 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-150-released.html">t8code-1.5.0 released</a></dd> | ||
<dt>Mon 31 July 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-141-released.html">t8code-1.4.1 released</a></dd> | ||
<dt>Tue 04 July 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-130-released.html">t8code-1.3.0 released</a></dd> | ||
<dt>Tue 25 April 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-120-released.html">t8code-1.2.0 released</a></dd> | ||
<dt>Mon 27 February 2023</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-110-released.html">t8code-1.1.0 released</a></dd> | ||
<dt>Thu 22 December 2022</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/christmas-greetings.html">Christmas Greetings</a></dd> | ||
<dt>Fri 23 September 2022</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/hello-world.html">Hello World</a></dd> | ||
<dt>Thu 22 September 2022</dt> | ||
<dd><a href="https://dlr-amr.github.io/t8code/t8code-100-released.html">t8code-1.0.0 released</a></dd> | ||
</dl> | ||
|
||
<div class="footer-area "> | ||
|
||
<footer class="section-padding"> | ||
<div class="social-btn footer-social text-center"> | ||
<!--<a href="https://twitter.com" class="twitter"><i class="fa fa-twitter"></i></a>--> | ||
<!--<a href="https://www.youtube.com" class="youtube"><i class="fa fa-youtube"></i></a>--> | ||
<a href="https://github.com/DLR-AMR/t8code" class="github"><i class="fa fa-github"></i></a> | ||
</div> | ||
|
||
|
||
<div class="site-info text-center"> | ||
© 2022 <a href="http://www.DLR.de">Deutsches Zentrum für Luft- und Raumfahrt e.V.</a> | ||
|
||
⋅ <a href="http://www.dlr.de/sc">Institute for Software Technology</a></li> | ||
⋅ <a href="https://dlr-amr.github.io/t8code/pages/imprint.html">Imprint</a></li> | ||
⋅ <a href="https://dlr-amr.github.io/t8code/pages/privacy.html">Privacy</a></li> | ||
⋅ <a href="https://dlr-amr.github.io/t8code/pages/terms-of-use.html">Terms of use</a></li> | ||
⋅ <a href="https://dlr-amr.github.io/t8code/pages/accessibility.html">Accessibility</a></li> | ||
|
||
</div> | ||
|
||
<div id="go-top-top"> | ||
<span><i class="fa fa-chevron-up"></i></span> | ||
</div> | ||
</footer> | ||
|
||
</div><!-- /footer-area --> | ||
|
||
<!-- Include modernizr-2.8.0.min.js --> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/modernizr.js"></script> | ||
|
||
<!-- Include jquery.min.js plugin --> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/jquery-2.1.0.min.js"></script> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/plugins.js"></script> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/onePage-nav.js"></script> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/jquery.ajaxchimp.min.js"></script> | ||
<script src="https://dlr-amr.github.io/t8code/theme/js/custom.js"></script> | ||
|
||
<script> | ||
(function($) { | ||
"use strict"; | ||
|
||
$(window).on("load",function(e){ | ||
// Main menu | ||
$('#main-menu #mainNavigation').onePageNav({ | ||
currentClass: 'active', | ||
changeHash: false, | ||
scrollSpeed: 750, | ||
scrollThreshold: 0.5, | ||
scrollOffset: 84, | ||
filter: ':not(.sub-menu a, .not-in-home, .donate)', | ||
easing: 'swing' | ||
}); | ||
}); | ||
$(window).on('scroll', function (){ | ||
if ($(window).scrollTop() >$(window).height()-110){ | ||
$('#main-menu').addClass('navbar-fixed-top'); | ||
} else { | ||
$('#main-menu').removeClass('navbar-fixed-top'); | ||
} | ||
}); | ||
})(jQuery); | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-134418253-1']); | ||
_gaq.push(['_trackPageview']); | ||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.