Thyra::ModelEvaluator defines a very general interface for representing a number of different types of nonlinear problems.
Thyra::ModelEvaluatorBase::InArgs defines the input arguments that a Thyra::ModelEvaluator object will accept and is used to pass input arguments to an evaluation.
Thyra::ModelEvaluatorBase::OutArgs defines the output function/objects that a Thyra::ModelEvaluator object can compute and is used to pass the output functions/objects from an evaluation.
1.4.7