Skip to content

Commit 15358fd

Browse files
authored
Update index.html
Added doi
1 parent 7c052fe commit 15358fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h2>OpenSBLI</h2>
1111
<p>A framework for the automated derivation of finite difference solvers from high-level problem descriptions</p>
1212
</header>
13-
<p>Current version: Version 3.0, correponding to Lusher et al (2025) Computer Physics Communications, Volume 307, Article Number 109406
13+
<p>Current version: Version 3.0, correponding to Lusher et al (2025) Computer Physics Communications, Volume 307 (https://doi.org/10.1016/j.cpc.2024.109406)
1414

1515
<p>OpenSBLI is a Python-based modelling framework that is capable of expanding a set of differential equations written in Einstein notation and automatically generating C code that performs the finite difference approximation to obtain a solution. This C code is then targetted with the <a href="http://www.oerc.ox.ac.uk/projects/ops">OPS library</a> towards specific hardware backends, such as MPI/OpenMP for execution on CPUs, and CUDA/OpenCL for execution on GPUs. The main focus of OpenSBLI is on the solution of the compressible Navier-Stokes equations with application to shock-boundary layer interactions (SBLI). However, in principle, any set of equations that can be written in Einstein notation may be solved. </p>
1616

0 commit comments

Comments
 (0)