We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dda5ae6 + 6ecd355 commit 56e5658Copy full SHA for 56e5658
templates/index.html
@@ -57,6 +57,11 @@ <h2 class="title">{% trans %}Projects using SymPy{% endtrans %}</h2>
57
{% trans %}ChemPy{% endtrans %}</a></strong>:
58
{% trans %} A package useful for chemistry written in Python. {% endtrans%}
59
</li>
60
+ <li><strong><a href="https://www.devitoproject.org">
61
+ {% trans %}devito{% endtrans %}</a></strong>:
62
+ {% trans %} A symbolic DSL and just-in-time compiler for
63
+ high performance stencil computation. {% endtrans%}
64
+ </li>
65
<li><strong><a href="https://einsteinpy.org">
66
{% trans %}EinsteinPy{% endtrans %}</a></strong>:
67
{% trans %} A Python package for symbolic and numerical
0 commit comments