The underlying algorithm is an implementation of sequential quadratic programming (SQP). This means that SNOPT solves a sequence of approximations to the original problem, where the objective function is assumed to be a quadratic polynomial and constraints are treated as linear. Steps in this sequence are referred to as major or 
outer iterations. Each approximate quadratic programming (QP) problem is also solved iteratively, requiring a number of 
minor or 
inner iterations. The QP solver returns a step direction to the outer SQP algorithm, which decides on a step length and updates the QP approximation before proceeding to the next major iteration. 
 
    
    
    where <dir> is the desired output directory and 
<filename> is the filename. You can also specify the same options in the applicable INI file as
 
    See The COMSOL Commands in the 
COMSOL Multiphysics Reference Manual for further information about setting options when starting COMSOL Multiphysics.