preCICE v3.1.2
|
#include <Eigen/Core>
#include <algorithm>
#include <stddef.h>
#include <vector>
#include "acceleration/impl/ConstantPreconditioner.hpp"
#include "acceleration/impl/Preconditioner.hpp"
#include "acceleration/impl/ResidualPreconditioner.hpp"
#include "acceleration/impl/ResidualSumPreconditioner.hpp"
#include "acceleration/impl/ValuePreconditioner.hpp"
#include "cplscheme/SharedPointer.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
Go to the source code of this file.
Classes | |
struct | ResPreconditionerFixture |
Functions | |
BOOST_AUTO_TEST_CASE (testResPreconditioner) | |
BOOST_AUTO_TEST_CASE (testResSumPreconditioner) | |
BOOST_AUTO_TEST_CASE (testValuePreconditioner) | |
BOOST_AUTO_TEST_CASE (testConstPreconditioner) | |
BOOST_AUTO_TEST_CASE (testMultilpleMeshes) | |
BOOST_AUTO_TEST_CASE (testParallelMatrixScaling) | |
BOOST_AUTO_TEST_CASE | ( | testConstPreconditioner | ) |
BOOST_AUTO_TEST_CASE | ( | testMultilpleMeshes | ) |
BOOST_AUTO_TEST_CASE | ( | testParallelMatrixScaling | ) |
BOOST_AUTO_TEST_CASE | ( | testResPreconditioner | ) |
BOOST_AUTO_TEST_CASE | ( | testResSumPreconditioner | ) |
BOOST_AUTO_TEST_CASE | ( | testValuePreconditioner | ) |