When using a Navier Stokes solver with order set to 1, an error occurs when _setup_pointwise_functions() is called (e.g. during solve). To replicate this issue:
Also, putting this here since it's a minor issue: the self.Unknowns.DuDt still has a non-zero value assigned.
I think this was a remnant of some debugging done in the past.
That really was a JIT error and I have no idea why the integration order triggers this ! Fixed for now, but we should certainly simplify the JIT and make the debugging more straightforward for users.
When using a Navier Stokes solver with order set to 1, an error occurs when _setup_pointwise_functions() is called (e.g. during solve). To replicate this issue:
Also, putting this here since it's a minor issue: the
self.Unknowns.DuDt
still has a non-zero value assigned. I think this was a remnant of some debugging done in the past.