Nektar++
|
Functions | |
BOOST_AUTO_TEST_CASE (TestLinearSystemSolveWithReturnValue) | |
BOOST_AUTO_TEST_CASE (TestLinearSystemSolveWithSoluationAsParameter) | |
BOOST_AUTO_TEST_CASE (TestDiagonalSystem) | |
BOOST_AUTO_TEST_CASE (TestDiagonalSystemAsFullSystem) | |
BOOST_AUTO_TEST_CASE (TestSmallFullSystem) | |
BOOST_AUTO_TEST_CASE (TestLargeFullSystem) | |
BOOST_AUTO_TEST_CASE (TestFullSystemWithWrappedVectors) | |
BOOST_AUTO_TEST_CASE (TestSymmetricMatrix) | |
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDiagonalSystem | ) |
Definition at line 112 of file testLinearSystem.cpp.
References Nektar::eDIAGONAL, Nektar::LinearSystem::Solve(), and Nektar::LinearSystem::SolveTranspose().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDiagonalSystemAsFullSystem | ) |
Definition at line 138 of file testLinearSystem.cpp.
References Nektar::eFULL, and Nektar::LinearSystem::Solve().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestFullSystemWithWrappedVectors | ) |
Definition at line 254 of file testLinearSystem.cpp.
References Nektar::eFULL, Nektar::eWrapper, and Nektar::LinearSystem::SolveTranspose().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestLargeFullSystem | ) |
Definition at line 182 of file testLinearSystem.cpp.
References Nektar::eFULL, and Nektar::LinearSystem::SolveTranspose().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestLinearSystemSolveWithReturnValue | ) |
Definition at line 41 of file testLinearSystem.cpp.
References Nektar::eDIAGONAL, and Nektar::LinearSystem::Solve().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestLinearSystemSolveWithSoluationAsParameter | ) |
Definition at line 79 of file testLinearSystem.cpp.
References Nektar::eDIAGONAL, and Nektar::LinearSystem::Solve().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestSmallFullSystem | ) |
Definition at line 159 of file testLinearSystem.cpp.
References Nektar::eFULL, Nektar::LinearSystem::Solve(), and Nektar::LinearSystem::SolveTranspose().
Nektar::LinearSystemUnitTests::BOOST_AUTO_TEST_CASE | ( | TestSymmetricMatrix | ) |
Definition at line 293 of file testLinearSystem.cpp.
References Nektar::eSYMMETRIC, Nektar::LinearSystem::Solve(), and Nektar::LinearSystem::SolveTranspose().