Hi, could I ask a strong question that is it possible to assemble the nonlinear term in the Navier-Stokes equation? I tried the following codes but fails,
a = inner ( nabla_grad (U) * U, V ) * dx
A = assemble(a)
Since it is not a linear form for U, which is the velocity vector, I think the for the data might
be a 3D matrix.
Could I ask is it possible to get this assembling data directly through some functions in FEniCS? So thanks for your helps!