Hello,
In a three-field Hu-Washizu variational functional representing nearly incompressible material behaviour like Pi(u,p,theta), the directional derivatives for this would be:
DPi(u,p,theta).dv
DPi(u,p,theta).dp
DPi(u,p,theta).dtheta
After computing these with:
F = derivative(Pi, u, v)
how can I access each component of F.
In other words, does F have three components with for example:
F[0] = DPi(u,p,theta).dv
and therefore, can I manipulate this by e.g., adding a tensor function to it like:
F[0] += some_tensor_function