amg_mkb/test/amg/TestAdvanceInterpolation.cpp File Reference

#include <boost/test/included/unit_test.hpp>
#include "../../amg/Interpolation/AdvancedRSCFInterpolation.hpp"
#include "../util/util.cpp"
Include dependency graph for TestAdvanceInterpolation.cpp:

Defines

#define BOOST_TEST_MODULE   AdvanceInterpolationTest

Functions

 BOOST_AUTO_TEST_CASE (AdvancedInterpolationTest2)

Variables

FILE * utv_log_out = stdout
double values []
int rows_numbers []
int columns_numbers []
double values2 []
int rows_numbers2 []
int columns_numbers2 []

Define Documentation

#define BOOST_TEST_MODULE   AdvanceInterpolationTest

Function Documentation

BOOST_AUTO_TEST_CASE ( AdvancedInterpolationTest2   ) 

Here is the call graph for this function:


Variable Documentation

Initial value:
 {0,1,2,3,4,5,
              0,1,2,3,4,5,
              0,1,2,3,4,5,
              0,1,2,3,4,5,
              0,1,2,3,4,5,
              0,1,2,3,4,5
}
Initial value:
 {0,1,2,3,
              0,1,2,3,
              0,1,2,3,
              0,1,2,3}
int rows_numbers[]
Initial value:
 {0,0,0,0,0,0,
                 1,1,1,1,1,1,
                 2,2,2,2,2,2,
                 3,3,3,3,3,3,
                 4,4,4,4,4,4,
                 5,5,5,5,5,5,
}
Initial value:
 {0,0,0,0,
                 1,1,1,1,
                 2,2,2,2,
                 3,3,3,3}
double values[]
Initial value:
   {1000.0,100.0,10.0,2000.0,200.0,20.0,
                    1001.0,101.0,11.0,2001.0,201.0,21.0,
                    1002.0,102.0,12.0,2002.0,202.0,22.0,
                    1003.0,103.0,13.0,2003.0,203.0,23.0,
                    1004.0,104.0,14.0,2004.0,204.0,24.0,
                    1005.0,105.0,15.0,2005.0,205.0,25.0}
double values2[]
Initial value:
   {2.0,-2.0,4.0,-4.0,
                      5.0,-5.0,3.0,-3.0,
                    -7.0,7.0,1.0,-1.0,
                    2.0,2.0,-6.0,-6.0}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1