ezyrb.reducedordermodel.ReducedOrderModel.predict

ReducedOrderModel.predict(parameters)[source]

Calculate predicted solution for given parameters. If parameters is a 2D array, the function returns a 2D array of predicted solutions. If parameters is a Database, the function returns the database of predicted solutions.

Returns:

the database containing all the predicted solution (with corresponding parameters).

Return type:

Database