FeResPost Web Site                     FeResPost Online User Manual

I.4.14.5 “initZeroResult”

initZeroResult” method is used to initialize a Result with zero values using the keys of an existing Result object. The Method has four arguments:

1.
A String corresponding to the Name of the Result.
2.
An integer corresponding to the tensor order (0, 1 or 2).
3.
An integer corresponding to the Format of the Result.
4.
A Result object that provides the keys to which the zero values of the new Result object will be associated.

The method returns the Result object on which it has been called.