PFASST++
test_advection_diffusion.cpp File Reference
#include <algorithm>
#include <iostream>
#include <tuple>
#include <vector>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "../examples/advection_diffusion/vanilla_sdc.cpp"
#include "../examples/advection_diffusion/serial_mlsdc.cpp"
+ Include dependency graph for test_advection_diffusion.cpp:

Go to the source code of this file.

Macros

#define PFASST_UNIT_TESTING
 

Functions

 MATCHER (DoubleNear,"")
 
 MATCHER (DoubleLess,"")
 
 TEST (ErrorTest, VanillaSDC)
 
 TEST (AdaptiveErrorTest, VanillaSDC)
 
 TEST (RelativeAdaptiveErrorTest, VanillaSDC)
 
 TEST (ErrorTest, SerialMLSDC)
 
 TEST (FASTest, SerialMLSDC)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define PFASST_UNIT_TESTING

Definition at line 14 of file test_advection_diffusion.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 157 of file test_advection_diffusion.cpp.

References pfasst::log::add_custom_logger(), and pfasst::log::start_log().

+ Here is the call graph for this function:

MATCHER ( DoubleNear  ,
""   
)

Definition at line 21 of file test_advection_diffusion.cpp.

MATCHER ( DoubleLess  ,
""   
)

Definition at line 26 of file test_advection_diffusion.cpp.

TEST ( ErrorTest  ,
VanillaSDC   
)

Definition at line 31 of file test_advection_diffusion.cpp.

References pfasst::examples::advection_diffusion::run_vanilla_sdc().

+ Here is the call graph for this function:

TEST ( AdaptiveErrorTest  ,
VanillaSDC   
)

Definition at line 54 of file test_advection_diffusion.cpp.

References pfasst::examples::advection_diffusion::run_vanilla_sdc().

+ Here is the call graph for this function:

TEST ( RelativeAdaptiveErrorTest  ,
VanillaSDC   
)

Definition at line 77 of file test_advection_diffusion.cpp.

References pfasst::examples::advection_diffusion::run_vanilla_sdc().

+ Here is the call graph for this function:

TEST ( ErrorTest  ,
SerialMLSDC   
)

Definition at line 100 of file test_advection_diffusion.cpp.

References pfasst::examples::advection_diffusion::run_serial_mlsdc().

+ Here is the call graph for this function:

TEST ( FASTest  ,
SerialMLSDC   
)

Definition at line 123 of file test_advection_diffusion.cpp.

References pfasst::examples::advection_diffusion::run_serial_mlsdc().

+ Here is the call graph for this function: