-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
53 lines (48 loc) · 1.65 KB
/
research.html
File metadata and controls
53 lines (48 loc) · 1.65 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Research</title>
<meta name="author" content="Samuele Ferri">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body>
<!-- Header -->
<header>
<!-- Nav -->
<nav>
<!-- Mobile format -->
<details>
<summary>Research</summary>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</details>
<!-- Desktop format -->
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="warehouse.html">Warehouse</a></li>
<li><a href="photoblog.html">Portfolio</a></li>
<li><a href="about.html">About me</a></li>
</ul>
</div>
</nav>
</header>
<article>
<h1>Publications</h1>
<p>N. Barakitis, M. Donatelli, S. Ferri, V. Loi, S. Serra-Capizzano & R. Sormani.
<i>"Blocking structures, approximation, and preconditioning"</i>. Numerical Algorithms. 1-35.
<a href="https://doi.org/10.1007/s11075-025-02157-y" target="_blank">10.1007/s11075-025-02157-y</a> (2025)</p>
<p>S. Ferri, C. Giraudo, V. Loi, M. Kuchta & S. Serra-Capizzano.
<i>"Spectral analysis of the stiffness matrix sequence in the approximated Stokes equation"</i>. Preprint.
<a href="https://doi.org/10.48550/arXiv.2510.25252" target="_blank">arxiv:2510.25252</a> (2025)</p>
</article>
</body>
</html>