Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code dedalus #767

Open
wants to merge 3 commits into
base: source
Choose a base branch
from
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: [email protected]
- name: Geoff Vasil
email: [email protected]
- name: Jeff Oishi
email: [email protected]
- name: Daniel Lecoanet
email: daniel@[email protected]
- name: Ben Brown
email: [email protected]
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.