From 0dea17aa18b4833ab31f6ab870a8b19f349595f5 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 18 Mar 2024 14:15:48 +0100 Subject: [PATCH] added www --- lattice-boltzmann.com/content/0-foreword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lattice-boltzmann.com/content/0-foreword.md b/lattice-boltzmann.com/content/0-foreword.md index a980e58..3cdb150 100644 --- a/lattice-boltzmann.com/content/0-foreword.md +++ b/lattice-boltzmann.com/content/0-foreword.md @@ -12,7 +12,7 @@ step of the way. In order to be self consistent it will contain a theoretical pr of the lattice Boltzmann method and present the derivation of the numerical method as well as a complete implementation. The idea behind this blog is also to introduce the reader to novel implementation techniques using functional programming. -To this aim we will use the hardware agnostic [Futhark](https://futhark-lang.org/) +To this aim we will use the hardware agnostic [Futhark](https://www.futhark-lang.org/) that allows to target a vast amount of architectures (single/multi-core CPU to any possible GPU). -- GitLab