Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions _codes/dedalus.md
Original file line number Diff line number Diff line change
@@ -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.