diff --git a/_codes/dedalus.md b/_codes/dedalus.md new file mode 100644 index 00000000..3be6dd3a --- /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 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. + +Dedalus is written primarily in Python and features an easy-to-use interface with symbolic vectorial equation specification.