COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/assign.hpp>
#include <boost/test/unit_test.hpp>
#include <Teko_EpetraHelpers.hpp>
#include <Teko_Utilities.hpp>
#include <Thyra_EpetraLinearOp.hpp>
#include <Thyra_VectorStdOps.hpp>
#include "common/Core.hpp"
#include "common/Environment.hpp"
#include "common/PE/CommPattern.hpp"
#include "math/LSS/System.hpp"
#include "math/LSS/SolveLSS.hpp"
#include "math/LSS/Trilinos/TrilinosCrsMatrix.hpp"
#include "math/LSS/Trilinos/TekoBlockedOperator.hpp"
#include "math/LSS/Trilinos/TrilinosVector.hpp"
#include "mesh/Domain.hpp"
#include "mesh/LagrangeP1/Line1D.hpp"
#include "solver/Model.hpp"
#include "solver/actions/Proto/ProtoAction.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "mesh/MeshGenerator.hpp"
#include "UFEM/LSSAction.hpp"
#include "UFEM/Solver.hpp"
#include "UFEM/SparsityBuilder.hpp"
#include "UFEM/Tags.hpp"
Go to the source code of this file.
Classes | |
struct | UFEMBuildSparsityFixture |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test teko matrix blocking functions" |
Functions | |
BOOST_AUTO_TEST_CASE (InitMPI) | |
BOOST_AUTO_TEST_CASE (Blocked2DQuads) | |
BOOST_AUTO_TEST_CASE (FinalizeMPI) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-ufem-teko-blocks.cpp.
#define BOOST_TEST_MODULE "Test teko matrix blocking functions" |
Definition at line 8 of file utest-ufem-teko-blocks.cpp.
BOOST_AUTO_TEST_CASE | ( | InitMPI | ) |
Definition at line 90 of file utest-ufem-teko-blocks.cpp.
BOOST_AUTO_TEST_CASE | ( | Blocked2DQuads | ) |
Definition at line 96 of file utest-ufem-teko-blocks.cpp.
BOOST_AUTO_TEST_CASE | ( | FinalizeMPI | ) |
Definition at line 244 of file utest-ufem-teko-blocks.cpp.
Send comments to: COOLFluiD Web Admin |