FEniCSx | FEniCS Project
https://fenicsproject.orgThe finite element system of linear equations comprises more than 3.3 × 10 9 degrees of freedom. The solver was initially developed on a desktop computer for a small scale problem, and the same code was then deployed on a supercomputer using over 24000 parallel processes. Installation and documentation
py-pde · PyPI
https://pypi.org/project/py-pde03.12.2021 · py-pde is a Python package for solving partial differential equations (PDEs). The package provides classes for grids on which scalar and tensor fields can be defined. The associated differential operators are computed using a …
GitHub - aschethor/CNN_PDE_Solver
github.com › aschethor › CNN_PDE_SolverMar 03, 2020 · Solving PDEs with CNNs. This is a little proof of concept project to see whether partial differential equations can be solved by convolutional neural networks. In particular, we try to solve the navier stokes + continuity equation with a small UNet. setting up the environment: to get this Code to run, you should have installed the following ...