Class HyperbolicEquationSolver

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

public class HyperbolicEquationSolver extends AbstractEquationSolver<HyperbolicEquation>
Solver for hyperbolic partial differential equations. Implements numerical method for solving hyperbolic equations using an implicit finite difference scheme. The algorithm is based on the three-layer scheme with weights for time discretization.
See Also: