Uses of Class
pulse.problem.schemes.TridiagonalMatrixAlgorithm
-
Packages that use TridiagonalMatrixAlgorithm Package Description pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables. -
-
Uses of TridiagonalMatrixAlgorithm in pulse.problem.schemes
Subclasses of TridiagonalMatrixAlgorithm in pulse.problem.schemes Modifier and Type Class Description class
BlockMatrixAlgorithm
A modification of the algorithm for solving a system of linear equations, where the first and last equation contains references to the last and first elements of the solution, respectively.Methods in pulse.problem.schemes that return TridiagonalMatrixAlgorithm Modifier and Type Method Description TridiagonalMatrixAlgorithm
ImplicitScheme. getTridiagonalMatrixAlgorithm()
Methods in pulse.problem.schemes with parameters of type TridiagonalMatrixAlgorithm Modifier and Type Method Description void
ImplicitScheme. setTridiagonalMatrixAlgorithm(TridiagonalMatrixAlgorithm tridiagonal)
-