You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand JOSS paper: add sections, figure, references, impact, AI disclosure
Grow paper.md to a full JOSS-style article (state of the field, software design incl. spectral hierarchy, research impact, AI usage disclosure, acknowledgements/COI) with a rendered figure; expand paper.bib to 16 references with verified DOIs; gitignore the generated paper.pdf.
Copy file name to clipboardExpand all lines: paper/paper.bib
+94Lines changed: 94 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,71 @@ @article{loisel2020efficient
22
22
doi = {10.1007/s00211-020-01141-z}
23
23
}
24
24
25
+
@unpublished{loiselmgb,
26
+
author = {Loisel, Sébastien},
27
+
title = {Algorithm {MGB} to solve highly nonlinear elliptic {PDEs} in $\tilde{O}(n)$ {FLOPS}},
28
+
year = {2026},
29
+
note = {Submitted}
30
+
}
31
+
32
+
@unpublished{loiselnonuniform,
33
+
author = {Loisel, Sébastien},
34
+
title = {The Multi-Grid-Barrier method on nonuniform grids},
35
+
year = {2026},
36
+
note = {Submitted}
37
+
}
38
+
39
+
@unpublished{loiselhpc,
40
+
author = {Loisel, Sébastien},
41
+
title = {A high-performance solver for convex optimization problems in function spaces},
42
+
year = {2026},
43
+
note = {Submitted}
44
+
}
45
+
46
+
@inproceedings{loiseldd29,
47
+
author = {Loisel, Sébastien},
48
+
title = {The Algebraic Multi-Grid-Barrier method for solving $p$-Laplace and other convex optimization problems},
49
+
booktitle = {Proceedings of the 29th International Conference on Domain Decomposition Methods, Milan, Italy},
50
+
publisher = {Springer},
51
+
year = {2026},
52
+
note = {Accepted, to appear}
53
+
}
54
+
55
+
@article{zhangjiang2025cnn,
56
+
author = {Zhang, Xiaoyu and Jiang, Lijian},
57
+
title = {Convolutional neural network based reduced order modeling for multiscale problems},
58
+
journal = {Journal of Computational Physics},
59
+
volume = {524},
60
+
pages = {113710},
61
+
year = {2025},
62
+
publisher = {Elsevier},
63
+
doi = {10.1016/j.jcp.2024.113710}
64
+
}
65
+
66
+
@article{muller2021pharmonic,
67
+
author = {M{\"u}ller, Peter Marvin and K{\"u}hl, Niklas and Siebenborn, Martin and Deckelnick, Klaus and Hinze, Michael and Rung, Thomas},
68
+
title = {A novel p-harmonic descent approach applied to fluid dynamic shape optimization},
69
+
journal = {Structural and Multidisciplinary Optimization},
70
+
volume = {64},
71
+
number = {6},
72
+
pages = {3489--3503},
73
+
year = {2021},
74
+
publisher = {Springer},
75
+
doi = {10.1007/s00158-021-03030-x}
76
+
}
77
+
78
+
@article{balci2023kacanov,
79
+
author = {Balci, Anna Kh. and Diening, Lars and Storn, Johannes},
80
+
title = {Relaxed {Ka{\v{c}}anov} scheme for the $p$-Laplacian with large exponent},
81
+
journal = {SIAM Journal on Numerical Analysis},
82
+
volume = {61},
83
+
number = {6},
84
+
pages = {2775--2794},
85
+
year = {2023},
86
+
publisher = {SIAM},
87
+
doi = {10.1137/22M1528550}
88
+
}
89
+
25
90
@article{bezanson2017julia,
26
91
author = {Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B.},
27
92
title = {Julia: A fresh approach to numerical computing},
@@ -34,6 +99,35 @@ @article{bezanson2017julia
34
99
doi = {10.1137/141000671}
35
100
}
36
101
102
+
@article{gridap,
103
+
author = {Badia, Santiago and Verdugo, Francesc},
104
+
title = {Gridap: An extensible finite element toolbox in {Julia}},
105
+
journal = {Journal of Open Source Software},
106
+
volume = {5},
107
+
number = {52},
108
+
pages = {2520},
109
+
year = {2020},
110
+
doi = {10.21105/joss.02520}
111
+
}
112
+
113
+
@article{fenics,
114
+
author = {Aln{\ae}s, Martin S. and Blechta, Jan and Hake, Johan and Johansson, August and Kehlet, Benjamin and Logg, Anders and Richardson, Chris and Ring, Johannes and Rognes, Marie E. and Wells, Garth N.},
115
+
title = {The {FEniCS} project version 1.5},
116
+
journal = {Archive of Numerical Software},
117
+
volume = {3},
118
+
number = {100},
119
+
pages = {9--23},
120
+
year = {2015},
121
+
doi = {10.11588/ans.2015.100.20553}
122
+
}
123
+
124
+
@misc{ferrite,
125
+
author = {Carlsson, Kristoffer and Ekre, Fredrik and {Ferrite.jl contributors}},
126
+
title = {{Ferrite.jl}: A finite element toolbox for {Julia}},
127
+
year = {2024},
128
+
doi = {10.5281/zenodo.18196628}
129
+
}
130
+
37
131
@misc{AlgebraicMultigrid,
38
132
author = {{JuliaLinearAlgebra contributors}},
39
133
title = {{AlgebraicMultigrid.jl}: Algebraic multigrid (AMG) solvers in {Julia}},
0 commit comments