Hi all,
I'm trying to solve a nonlinear elasticity problem, and want to eliminate the rigid body modes. With a linear solver, I use solver.set_nullspace, but I don't see a way to pass it to a nonlinear solver (which would then pass it to the associated linear solver). Seems that I will have to make my own NL solver to be able to use it, or find a way to pass it directly to snes.
Did I miss an option or something? If not, I will create a dolfin issue about this.
Thanks