Solution Object Information Methods The following tables are an overview of the solution object information methods. General Information Table 6-3: General Solution Information Methods method Description getType Get solution type getSize Get number of dynamic solutions and length of solution vector getSizeMulti Get number of local solution objects and total number of solutions getMesh Get mesh name associated with solution and geometry getNU Get number of solutions of a certain solution data type getPNames Get parameter names getParamName Get parameter names for parametric sweep getParamVals Get parameter values for parametric sweep Solution Data Table 6-4: Solution Data Access Methods method Description getU Get real part of solution vector getUDot Get real part of the first time-derivative solution vector getUImag Get imaginary part of solution vector getUDotImag Get imaginary part of first time-derivative solution vector getPVals Get the real part of the parameter values getPValsImag Get the imaginary part of the parameter values getUBlock A blocked version of the getU method getUDotBlock A blocked version of the getUDot method getUImagBlock A blocked version of the getUImag method getUDotImagBlock A blocked version of the getUDotImag method Solution Creation Table 6-5: Solution creation Methods method Description setU Set real part of solution vector setUDot Set real part of the first time-derivative solution vector setUImag Set imaginary part of solution vector setUDotImag Set imaginary part of first time-derivative solution vector setPVals Set the real part of the parameter values setPValsImag Set the imaginary part of the parameter values setUBlock A blocked version of the setU method setUDotBlock A blocked version of the setUDot method setUImagBlock A blocked version of the setUImag method setUDotImagBlock A blocked version of the setUDotImag method Errors and Warnings See Errors and Warnings in the General Commands chapter for handling of errors and warnings in solver sequences.