The project presents a finite-element solver for a simplified, stationary, two-dimensional neutron transport equation. The implementation is used to validate the numerical method against an analytical ...
We introduce the heat method for solving the single- or multiple-source shortest path problem on both flat and curved domains. A key insight is that distance computation can be split into two stages: ...
Python coursework for SF2528 Numerical Methods for Differential Equations II. Features 1D and 2D implementations of the Finite Element Method (FEM) and Discontinuous Galerkin (DG) methods. - Tommas ...
Abstract: In the Python world, NumPy arrays are the standard representation for numerical data and enable efficient implementation of numerical computations in a high-level language. As this effort ...