-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpublications.html
93 lines (83 loc) · 4.68 KB
/
publications.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="developers">
<meta name="author" content="Simone Bna">
<link rel="icon" href="../../favicon.ico">
<title>Femus</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="bootstrap/docs/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="stylesheets/carousel.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
</head>
<!-- NAVBAR
================================================== -->
<body>
<header class="navbar navbar-inverse navbar-static-top" id="top" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://FeMTTU.github.io/femus">FEMuS</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="publications.html">Publications</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="installation.html">Installation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</div>
</nav>
</div>
</header>
<div class="container bs-docs-container">
<h3>Publications</h3>
<p>A list of publications produced using the FeMUS code.</p>
<div class="bs-example" data-example-id="simple-dl">
<dl>
<dt>Multigrid Solver with Domain Decomposition Smoothing for Steady-State Incompressible FSI Problems</dt>
<dd>ECCOMAS Thematic Conference - 5th International Conference on Computational Methods in Structural Dynamics
and Earthquake Engineering, COMPDYN 2015, 25 - 27 May 2015 Crete Island, Greece. [Link] </dd>
<dt>Multilevel domain decomposition algorithms for monolithic fluid-structure interaction problems with application to haemodynamics</dt>
<dd>PhD thesis, Alma Mater Studiorum, Università di Bologna, 2014. DOI: 10.6092/unibo/amsdottorato/6293.
<href> <a href="http://amsdottorato.unibo.it/6293/1/bna_simone_tesi.pdf">[Link]</a> </dd>
<dt>A multilevel domain decomposition solver for monolithic fluid-structure interaction problems</dt>
<dd>11th International Conference of Numerical Analysis and Applied Mathematics 2013: ICNAAM 2013, Vol 1558, 871-874. DOI: http://dx.doi.org/10.1063/1.4825635.
<href> <a href="http://scitation.aip.org/content/aip/proceeding/aipcp/10.1063/1.4825635">[Link]</a> </dd>
<dt>Analysis of optimal control problems for the incompressible MHD equations and implementation in a finite element multiphysics code</dt>
<dd>PhD thesis, Alma Mater Studiorum, Università di Bologna, 2012. DOI: 10.6092/unibo/amsdottorato/4868.
<href> <a href="http://amsdottorato.unibo.it/4868/1/giorgio_bornia_tesi.pdf">[Link]</a> </dd>
</dl>
</div>
</div>
<hr class="featurette-divider" style = margin-top:1%;>
<!-- Footer ================================================== -->
<footer class="bs-docs-footer" role="contentinfo">
<div class="container">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014 Texas Tech University · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</div>
</footer>
</body>
</html>