|
| | TEST (Solver, BiCgStabHandlesZeroRightHandSideAndIterationLimit) |
| |
| | TEST (Solver, BiCgStabSolvesNonsymmetricSystem) |
| |
| | TEST (Solver, BiCgStabSupportsSparseCsrMatrices) |
| |
| | TEST (Solver, ConjugateGradientSolvesSpdSystem) |
| |
| | TEST (Solver, FlexibleGmresSupportsCallableAndTensorPreconditioners) |
| |
| | TEST (Solver, GmresHandlesZeroRightHandSideAndIterationLimit) |
| |
| | TEST (Solver, GmresSolvesNonsymmetricSystemAcrossRestarts) |
| |
| | TEST (Solver, GmresSupportsSparseCsrMatrices) |
| |
| | TEST (Solver, HandlesZeroRightHandSideAndIterationLimit) |
| |
| | TEST (Solver, IdentityPreconditionerAgreesWithUnpreconditionedSolvers) |
| |
| | TEST (Solver, MinresHandlesZeroRightHandSideAndIterationLimit) |
| |
| | TEST (Solver, MinresSolvesSymmetricIndefiniteSystem) |
| |
| | TEST (Solver, MinresSupportsSparseCsrMatrices) |
| |
| | TEST (Solver, PreconditionedBiCgStabSupportsSparseCsrMatrices) |
| |
| | TEST (Solver, PreconditionedConjugateGradientUsesJacobiPreconditioner) |
| |
| | TEST (Solver, PreconditionedMinresSupportsCallableAndTensorPreconditioners) |
| |
| | TEST (Solver, PreconditionedSolversHandleZeroRightHandSideAndIterationLimit) |
| |
| | TEST (Solver, PreconditionedSolversRejectInvalidPreconditionerOutput) |
| |
| | TEST (Solver, RejectsInvalidShapesAndParameters) |
| |
| | TEST (Solver, RejectsNanAndInfiniteInputs) |
| |
| | TEST (Solver, RejectsSingularSystemsOnNumericalBreakdown) |
| |
| | TEST (Solver, SupportsFloatInputsAndLargerSystems) |
| |
| | TEST (Solver, TensorPreconditionerOverloadsAgreeWithCallableOverloads) |
| |
| | TEST (Solver, TensorPreconditionersAndGmresRejectInvalidParameters) |
| |
Solver utility unittests.
- Author
- Matthias Moller
- Copyright
- This file is part of the IgANet project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.