From a782cb42b37e54cd975cda78d43c8882885cc535 Mon Sep 17 00:00:00 2001 From: Jannik Date: Mon, 5 Feb 2024 14:54:42 +0100 Subject: [PATCH 1/3] dedalus --- _codes/dedalus.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _codes/dedalus.md diff --git a/_codes/dedalus.md b/_codes/dedalus.md new file mode 100644 index 00000000..ce94e14f --- /dev/null +++ b/_codes/dedalus.md @@ -0,0 +1,28 @@ +--- +layout: page_code +title: "Dedalus" +date: 2020-09-16 +navbar: Codes +subnavbar: dedalus +logo: +code_url: https://dedalus-project.org +language: Python +github_repo: "DedalusProject/dedalus" +license: GPL-3.0 +developers: + - name: Keaton Burns + email: kjburns@mit.edu + - name: Geoff Vasil + email: geoffrey.vasil@sydney.deu.au + - name: Jeff Oishi + email: joishi@bates.edu + - name: Daniel Lecoanet + email: daniel@leocanet@northwestern.edu + - name: Ben Brown + email: bpbrown@colorado.edu +short_desc: A framework for soöving partial differential equations useing modern spectral methods +--- + +Dedalus is a flexible framework for solving partial differential equations using modern spectral methods. The code is open-source and developed by a team of researchers studying astrophysical, geophysical, and biological fluid dynamics. + +Dedalus is written primarily in Python and features an easy-to-use interface with symbolic vectorial equation specification. From 9e9e7353b240ff6709328ed6bf9a84c7f6672438 Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 6 Feb 2024 09:25:55 +0100 Subject: [PATCH 2/3] dedalus grammatik correction --- _codes/dedalus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_codes/dedalus.md b/_codes/dedalus.md index ce94e14f..7de8616f 100644 --- a/_codes/dedalus.md +++ b/_codes/dedalus.md @@ -20,7 +20,7 @@ developers: email: daniel@leocanet@northwestern.edu - name: Ben Brown email: bpbrown@colorado.edu -short_desc: A framework for soöving partial differential equations useing modern spectral methods +short_desc: A framework for solving partial differential equations useing modern spectral methods --- Dedalus is a flexible framework for solving partial differential equations using modern spectral methods. The code is open-source and developed by a team of researchers studying astrophysical, geophysical, and biological fluid dynamics. From dcf05b9bfd4e5d2a7b86e1f59a8bb358560afa39 Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 6 Feb 2024 09:30:10 +0100 Subject: [PATCH 3/3] Grammar change --- _codes/dedalus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_codes/dedalus.md b/_codes/dedalus.md index 7de8616f..3be6dd3a 100644 --- a/_codes/dedalus.md +++ b/_codes/dedalus.md @@ -20,7 +20,7 @@ developers: email: daniel@leocanet@northwestern.edu - name: Ben Brown email: bpbrown@colorado.edu -short_desc: A framework for solving partial differential equations useing modern spectral methods +short_desc: A framework for solving partial differential equations using modern spectral methods --- Dedalus is a flexible framework for solving partial differential equations using modern spectral methods. The code is open-source and developed by a team of researchers studying astrophysical, geophysical, and biological fluid dynamics.