Class ParabolicEquationSolver

java.lang.Object
io.github.andreipunko.math.pde.solver.AbstractEquationSolver<ParabolicEquation>
io.github.andreipunko.math.pde.solver.ParabolicEquationSolver
All Implemented Interfaces:
EquationSolver<ParabolicEquation>

public class ParabolicEquationSolver extends AbstractEquationSolver<ParabolicEquation>
Solver for parabolic partial differential equations. Implements numerical method for solving parabolic equations using implicit finite difference scheme. The algorithm is based on the Thomas algorithm for solving tridiagonal systems of linear equations.
See Also: