AlgebraicJulia / Decapodes.jl

A framework for composing and simulating multiphysics systems
https://algebraicjulia.github.io/Decapodes.jl/dev/
MIT License
49 stars 14 forks source link

Fixed problems with Constant typing #222

Closed GeorgeR227 closed 6 months ago

GeorgeR227 commented 6 months ago

Added a new infer/resolve cycle before changing to compiler types. Also added exponents to the assumed _ops, letting Julia define this operation itself without need for a generate function entry. Fixes issue #221.