preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Functions
PreconditionerTest.cpp File Reference
#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"
Include dependency graph for PreconditionerTest.cpp:

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)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/6]

BOOST_AUTO_TEST_CASE ( testConstPreconditioner )

Definition at line 194 of file PreconditionerTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/6]

BOOST_AUTO_TEST_CASE ( testMultilpleMeshes )

Definition at line 229 of file PreconditionerTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/6]

BOOST_AUTO_TEST_CASE ( testParallelMatrixScaling )

Definition at line 260 of file PreconditionerTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/6]

BOOST_AUTO_TEST_CASE ( testResPreconditioner )

Definition at line 94 of file PreconditionerTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [5/6]

BOOST_AUTO_TEST_CASE ( testResSumPreconditioner )

Definition at line 125 of file PreconditionerTest.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [6/6]

BOOST_AUTO_TEST_CASE ( testValuePreconditioner )

Definition at line 158 of file PreconditionerTest.cpp.

Here is the call graph for this function: