plotPinnPredictions

Functions for plotting predictions of models.

plot_solution_prediction_1D(model)

Plots the predicted solution for an 1 spatial dimension (ODE) trained model.

Parameters:
  • model (model) –

    Model which has been trained on a 1 dimensional NRect.

plot_solution_prediction_time1D(model)

Plots the predicted solution for an 1+1 PDE trained model.

Parameters:
  • model (model) –

    Model which has been trained for a 1+1 equation.

plot_solution_prediction_2D(model)

Plots the predicted solution for an 2 spatial dimension PDE trained model.

Parameters:
  • model (model) –

    Model which has been trained for a 2D equation.

plot_solution_prediction_time2D(model)

Plots the predicted solution for an 1+2 PDE trained model.

Parameters:
  • model (model) –

    Model which has been trained for a 1+2 equation.