Skip to content

Commit 97343d0

Browse files
authored
Update README.md
1 parent 4348a2f commit 97343d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dedalus is a flexible framework for solving partial differential equations using
2323
The code is open-source and developed by a team of researchers studying astrophysical, geophysical, and biological fluid dynamics.
2424

2525
Dedalus is written primarily in Python and features an easy-to-use interface with symbolic vectorial equation specification.
26-
For example, to simulate incompressible hydrodynamics in a ball, you can symbolically enter the equations, including [gauge constraints](https://dedalus-project.readthedocs.io/en/latest/pages/gauge_constraints.html) and [boundary conditions enforced with the tau method](https://dedalus-project.readthedocs.io/en/latest/pages/tau_method.html), as:
26+
For example, to simulate incompressible hydrodynamics in a ball, you can symbolically enter the equations, including [gauge conditions](https://dedalus-project.readthedocs.io/en/latest/pages/gauge_conditions.html) and [boundary conditions enforced with the tau method](https://dedalus-project.readthedocs.io/en/latest/pages/tau_method.html), as:
2727

2828
```python
2929
problem.add_equation("div(u) + tau_p = 0")

0 commit comments

Comments
 (0)