example_poisson2d
Example script for solving a 2D Poisson equation using FastvPINNs.
Author: Thivin Anandh (https://thivinanandh.github.io/)
Versions
- 27-Dec-2024 (Version 0.1): Initial Implementation
boundary_data(x, y)
exact_solution(x, y)
Function to generate the exact solution for the Poisson 2D problem
Source code in examples/sciml/pinns/forward_problems/example_poisson2d.py
rhs(x, y)
Function to generate the right hand side of the Poisson 2D problem