COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <fstream>
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
#include "common/Log.hpp"
#include "common/PE/Comm.hpp"
#include "common/PE/CommPattern.hpp"
#include "math/LSS/System.hpp"
#include "test/math/utest-lss-test-matrix.hpp"
Go to the source code of this file.
Classes | |
struct | LSSDistributedMatrixFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for cf3::math::LSS where testing on a distributed matrix." |
Functions | |
BOOST_AUTO_TEST_CASE (init_parallel_environment) | |
BOOST_AUTO_TEST_CASE (system_solve) | |
BOOST_AUTO_TEST_CASE (finalize_parallel_environment) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 8 of file utest-lss-distributed-matrix.cpp.
#define BOOST_TEST_MODULE "Test module for cf3::math::LSS where testing on a distributed matrix." |
Definition at line 9 of file utest-lss-distributed-matrix.cpp.
BOOST_AUTO_TEST_CASE | ( | init_parallel_environment | ) |
Definition at line 57 of file utest-lss-distributed-matrix.cpp.
BOOST_AUTO_TEST_CASE | ( | system_solve | ) |
Definition at line 66 of file utest-lss-distributed-matrix.cpp.
BOOST_AUTO_TEST_CASE | ( | finalize_parallel_environment | ) |
Definition at line 184 of file utest-lss-distributed-matrix.cpp.
Send comments to: COOLFluiD Web Admin |