FastVPINNs Tutorials ==================== This page contains tutorials for solving 2D Partial Differential Equations (PDEs) using the FastVPINNs library. The tutorials are organized as follows: Forward Problems ---------------- Problems on Uniform Mesh ~~~~~~~~~~~~~~~~~~~~~~~~ .. toctree:: :maxdepth: 1 :titlesonly: Poisson Equation on unit square Helmholtz Equation on unit square Problems on Complex geometry ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. toctree:: :maxdepth: 1 :titlesonly: Poisson Equation on unit circle Helmholtz Equation on unit circle Convection-Diffusion Equation on spur-gear geometry Convection-Diffusion Equation on unit circle Problems with Hard boundary constraints ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. toctree:: :maxdepth: 1 :titlesonly: Poisson Equation with hard boundary constraints on unit square Custom Training --------------- .. toctree:: :maxdepth: 1 :titlesonly: Constructing the tensor-based loss formulation for Custom PDE's (without using the inbuilt routines) : Poisson - 2D Inverse Problems ---------------- .. toctree:: :maxdepth: 1 :titlesonly: Inverse problems with constant inverse parameter Inverse problems with spatially varying inverse parameter Mesh Generation Tutorials ------------------------- .. toctree:: :maxdepth: 1 :titlesonly: Mesh Generation