fastvpinns.physics.poisson2d module

This file poisson2d.py is implementation of our efficient tensor-based loss calculation for poisson equation

Author: Thivin Anandh D

Date: 21/Sep/2023

History: Initial implementation

Refer: https://arxiv.org/abs/2404.12063

fastvpinns.physics.poisson2d.pde_loss_poisson(test_shape_val_mat, test_grad_x_mat, test_grad_y_mat, pred_nn, pred_grad_x_nn, pred_grad_y_nn, forcing_function, bilinear_params)[source]

This method returns the loss for the Poisson Problem of the PDE