piglot.solver.solver.OutputResult

class OutputResult(time: ndarray, data: ndarray)[source]

Bases: object

Container for output results.

Methods

get_data

Get the data column of the result.

get_time

Get the time column of the result.

Attributes

time

data

get_data() ndarray[source]

Get the data column of the result.

Returns

np.ndarray

Data column.

get_time() ndarray[source]

Get the time column of the result.

Returns

np.ndarray

Time column.