I am trying to solve the poisson-equation div v = -curl w to simulate Incompressible Flow of a mesh in 3 dimensional space.
What I did:
I found the ODE example and how to solve the Poisson Equation.
My problems/questions are:
- How to define -curl w as the differential equation in julia with the help of DifferentialEquation.jl? How to specify the 3 dimensional cross product (curl)?