The UserOutputVariables object specifies the number of user-defined output variables.
materialApi.materials()[name].userOutputVariables()
This method creates a UserOutputVariables object.
materialApi.materials()[name].UserOutputVariables
odb_UserOutputVariables& UserOutputVariables(int n);
Required arguments
Optional argument
An Int specifying the number of user-defined variables required at each material point. The default value is 0.
Return value
A UserOutputVariables object.
Exceptions
RangeError.
The UserOutputVariables object has members with the same names and descriptions as the arguments to the UserOutputVariables method.