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 ofGrids, 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 classBlockMatrixAlgorithmA 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 TridiagonalMatrixAlgorithmImplicitScheme. getTridiagonalMatrixAlgorithm()Methods in pulse.problem.schemes with parameters of type TridiagonalMatrixAlgorithm Modifier and Type Method Description voidImplicitScheme. setTridiagonalMatrixAlgorithm(TridiagonalMatrixAlgorithm tridiagonal) 
 -