Hi. I need to perform the following operation
u = u*u1,
where u - function, u1 - other function or expression.
Can i do it without solve
method?
P.S. I can do it manualy with .vector()
method, but MPI stop warking in this case.
P.S.S. u.assign(u+u1) not working.