Skip to content

Commit

Permalink
Update doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Jul 19, 2024
1 parent ced9c27 commit 1c0e4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ This package contains types and functions designed to simplify the process of co

## Feature List

* Abstract types (based on `AbstractEarthSciMLSystem`) for wrapping ModelingToolkit.jl equation systems
* Operations to compose `AbstractEarthSciMLSystem`s together using the `+` operator.
* Operations to add intitial and boundary conditions to systems and to turn ODE systems into PDE systems.
* Operations to compose ModelingToolkit.jl equation systems together.
* Operations to add intitial and boundary conditions to systems and to turn ODE systems into PDE systems, and to provide coordinate transformations.
* Operations to add Advection terms to systems.
* A `Simulator` type for running large-scale simulations.

## Contributing

Expand Down

0 comments on commit 1c0e4e6

Please sign in to comment.