unify names for maxit options
Several functions need an optional maximum number of iterations. There is currently no unified name style for these options.
Until now, we tried to have exactly the same name for the option in the language and the options_ fieldname.
In that case, I wonder if we should not have always maxit in the language and specialized the fieldname with a reference to the function. For example maxit in steady -> options_.solve_maxit