7 ms·
We're also super stoked about getting topology and equations together in the same file (and even code-base!) The equation solver is soon on our roadmap: https:
by mawildoer 3y ago
We're also super stoked about getting topology and equations together in the same file (and even code-base!)
The equation solver is soon on our roadmap: https://atopile.io/roadmap/#language-features https://atopile.io/roadmap/#language-features
- phkahler 3y agoSolvespace has a nonlinear algebraic equation solver: https://solvespace.com/index.pl https://solvespace.com/index.pl It's what underlies the geometric constraint solver which you don't need for what you're doing. It's probably worth a look under the hood. You might also read this post from Michael-F-Bryan implementing something similar in Rust: https://users.rust-lang.org/t/geometric-constraint-solvers-part-1-algebraic-expressions/45818 https://users.rust-lang.org/t/geometric-constraint-solvers-p... He based his work on what he learned from Solvespace.
- Timot05 3y agoThanks for sharing! We will have a look