You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are able to convert vector calculus operations to exterior calculus operations by applying sets of heuristic rules. This is offered by DiagrammaticEquations.jl under the function vec_to_dec!. These conversion rules are documented in the Decapodes docs.
Although these rules are heuristics-based, we have demonstrated conversion in the DiagrammaticEquations.jl, where we test that:
Although there is no guaranteed conversion from a vector calculus equation to an exterior calculus equation in general (since they often rely on surrounding context for full interpretation), we should add a compelling example for how far heuristic-based methods can go in general.
So, we should add a docs page to Decapodes that calls vec_to_dec!.
The text was updated successfully, but these errors were encountered:
Currently, we are able to convert vector calculus operations to exterior calculus operations by applying sets of heuristic rules. This is offered by DiagrammaticEquations.jl under the function
vec_to_dec!
. These conversion rules are documented in the Decapodes docs.Although these rules are heuristics-based, we have demonstrated conversion in the DiagrammaticEquations.jl, where we test that:
Note also that we have already demonstrated examples that are already equivalent to vector calculus formulations:
Although there is no guaranteed conversion from a vector calculus equation to an exterior calculus equation in general (since they often rely on surrounding context for full interpretation), we should add a compelling example for how far heuristic-based methods can go in general.
So, we should add a docs page to Decapodes that calls
vec_to_dec!
.The text was updated successfully, but these errors were encountered: