Skip to content

Commit e144ca2

Browse files
hotfix new tutorial
1 parent 9b4728c commit e144ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/tutorials/tearing_parallelism.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ equations(big_rc)
192192
```
193193

194194
You see it started as a massive 1051 set of equations. However, after eliminating
195-
redundencies we arrive at 151 equations:
195+
redundancies we arrive at 151 equations:
196196

197197
```julia
198198
equations(sys)
@@ -216,6 +216,7 @@ equations(sys)
216216

217217
```julia
218218
using ModelingToolkit.BipartiteGraphs
219+
big_rc = initialize_system_structure(big_rc)
219220
inc_org = BipartiteGraphs.incidence_matrix(structure(big_rc).graph)
220221
blt_org = StructuralTransformations.sorted_incidence_matrix(big_rc, only_algeqs=true, only_algvars=true)
221222
blt_reduced = StructuralTransformations.sorted_incidence_matrix(sys, only_algeqs=true, only_algvars=true)

0 commit comments

Comments
 (0)