Skip to content

Commit bdabb9b

Browse files
committed
readme update
1 parent c5d93a9 commit bdabb9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<strong>Symbolic differentiation. C++ code generation. JIT. Global assembly. Non-linear optimization.</strong><br>
8+
<strong>Symbolic differentiation. C++ code generation. JIT compilation. Global assembly. Non-linear optimization.</strong><br>
99
<a href="https://symx.physics-simulation.org/">Docs</a> &nbsp;·&nbsp; <a href="https://animation.rwth-aachen.de/media/papers/96/2025-TOG-SymX.pdf">PDF</a> &nbsp;·&nbsp; <a href="https://doi.org/10.1145/3764928">ACM Page</a>
1010
</p>
1111

@@ -18,7 +18,7 @@ SymX is the core engine of [STARK](https://github.com/InteractiveComputerGraphic
1818

1919
Here is an overview of the SymX pipeline for FEM elasticity simulation:
2020
<p align="center">
21-
<img src="docs/source/_static/overview.jpg" alt="SymX overview" style="width:75%;">
21+
<img src="docs/source/_static/overview.jpg" alt="SymX overview" style="width:85%;">
2222
</p>
2323

2424
The goal is to reduce **time-to-solution**.
@@ -144,7 +144,7 @@ Full documentation: <https://symx.physics-simulation.org/>
144144
- [Hello World](https://symx.physics-simulation.org/hello_world.html)
145145
- [Setup](https://symx.physics-simulation.org/setup.html)
146146
- [Architecture Overview](https://symx.physics-simulation.org/diagram.html)
147-
- [Core Symbolics](https://interactivecomputergraphics.github.io/symx/symbols.html)
147+
- [Core Symbolics](https://symx.physics-simulation.org/symbols.html)
148148
- [Compilation](https://symx.physics-simulation.org/compilation.html)
149149
- [Symbol-Data Maps](https://symx.physics-simulation.org/mapped_workspace.html)
150150
- [Loops](https://symx.physics-simulation.org/compiled_in_loop.html)

0 commit comments

Comments
 (0)