Purpose

The module SaveLinearFunction saves a vector of piecewise multi-linear functions to a file.

Windows

Default Panel

../../../Modules/ML/MLStochasticCollocation/mhelp/Images/Screenshots/SaveLinearFunction._default.png

Input Fields

inputFunction

name: inputFunction, type: MLBase

Parameter Fields

Visible Fields

File Name

name: fileName, type: String

Sets a file name to save to.

Precision

name: precision, type: Integer, default: 20, minimum: 0

Sets a precision value.

Since all the floating point numbers are converted to strings in the file, a precision is required to do that. Low values lead to round-off errors; high values lead to large files. Usually, you can work carelessly with the default of 20.

Save

name: save, type: Trigger

If pressed, the module saves anew.

Status

name: status, type: String, persistent: no

Shows status information about this module.