Abstract: Many important scientific kernels compute solutions using finite difference techniques, and the most time consuming part of them is the iterative method, such as Gauss-Seidel or SOR. To ...
Abstract: Power flow analysis is a must while planning, designing and expanding power networks. There are various methods proposed in literature for power flow studies. In this work, power plow ...
PicardForge is a lightweight numerical solver library implementing a complete suite of fixed-step ODE solvers, designed especially for semi-discretized PDEs (heat equation, diffusion, conduction ...
This project provides a C++ implementation of a 1D stationary heat equation solver using iterative methods such as Jacobi and Gauss-Seidel. It demonstrates an object-oriented approach, introduces a ...