Hello,
I’m working with FEniCSx with the dolfinx.fem.petsc.NonlinearProblem
class in order to recover a displacement field from a hyperelasticity problem.
However, I was wondering if I could bound the solution, in order to control the solver and give physical meaning to the final result.
I found this topic linked to the subject, but I couldn’t find the set_bounds
method in the NonLinearProblem
class.
Thank you for your help.