Incremental implementation of hyperelasticity

  1. Update the array of values directly since all live in the same function space.
  2. Custom Newton Solver problem with Dirichlet conditions should help
  3. It does not if you don’t ask for it with ufl.derivative. Here you are defining the tangent form yourself so it’s OK
1 Like