COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/mean.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/foreach.hpp>
#include <boost/test/unit_test.hpp>
#include <Thyra_describeLinearOp.hpp>
#include <Thyra_MultiVectorStdOps.hpp>
#include <Teuchos_VerboseObject.hpp>
#include "solver/Model.hpp"
#include "solver/Solver.hpp"
#include "solver/actions/Proto/ElementLooper.hpp"
#include "solver/actions/Proto/Expression.hpp"
#include "solver/actions/Proto/Functions.hpp"
#include "solver/actions/Proto/NodeLooper.hpp"
#include "solver/actions/Proto/Terminals.hpp"
#include "common/Core.hpp"
#include "common/Log.hpp"
#include "common/Environment.hpp"
#include "common/FindComponents.hpp"
#include "math/MatrixTypes.hpp"
#include "math/LSS/System.hpp"
#include "math/LSS/Vector.hpp"
#include "math/LSS/Trilinos/ThyraOperator.hpp"
#include "math/LSS/Trilinos/ThyraVector.hpp"
#include <math/LSS/SolveLSS.hpp>
#include "mesh/Domain.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/Elements.hpp"
#include "mesh/Entities.hpp"
#include "mesh/MeshReader.hpp"
#include "mesh/ElementData.hpp"
#include "mesh/FieldManager.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/Integrators/Gauss.hpp"
#include "mesh/ElementTypes.hpp"
#include "physics/PhysModel.hpp"
#include "solver/actions/Proto/ComponentWrapper.hpp"
#include "solver/actions/Proto/ConfigurableConstant.hpp"
#include "solver/actions/Proto/ProtoAction.hpp"
#include "solver/actions/Proto/Transforms.hpp"
#include "Tools/MeshGeneration/MeshGeneration.hpp"
#include "solver/Tags.hpp"
Go to the source code of this file.
Classes | |
struct | ProtoLSSFixture |
struct | CustomTerminal |
struct | CustomTerminal::result< Signature > |
Custom ops must implement the TR1 result_of protocol. More... | |
struct | CustomTerminal::result< This(DataT)> |
struct | ScalarLSSVector |
struct | ScalarLSSVector::result< Signature > |
Custom ops must implement the TR1 result_of protocol. More... | |
struct | ScalarLSSVector::result< This(DataT)> |
struct | VectorLSSVector |
struct | VectorLSSVector::result< Signature > |
Custom ops must implement the TR1 result_of protocol. More... | |
struct | VectorLSSVector::result< This(DataT)> |
struct | CustomLaplacianApply |
struct | CustomLaplacianApply::result< Signature > |
struct | CustomLaplacianApply::result< This(TempT, MatrixT, VectorT)> |
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE "Test module for proto operators" |
Functions | |
BOOST_AUTO_TEST_CASE (MyTerminal) | |
BOOST_AUTO_TEST_CASE (ScalarTest) | |
BOOST_AUTO_TEST_CASE (VectorTest) | |
BOOST_AUTO_TEST_CASE (NestedCustomOps) | |
BOOST_AUTO_TEST_CASE (MassMatrix) | |
BOOST_AUTO_TEST_CASE (CleanUp) | |
Variables | |
MakeSFOp< CustomLaplacianApply >::type | laplacian_apply = {} |
#define BOOST_TEST_DYN_LINK |
Definition at line 7 of file utest-proto-lss.cpp.
#define BOOST_TEST_MODULE "Test module for proto operators" |
Definition at line 8 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | MyTerminal | ) |
Definition at line 192 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | ScalarTest | ) |
Definition at line 298 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | VectorTest | ) |
Definition at line 364 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | NestedCustomOps | ) |
Definition at line 434 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | MassMatrix | ) |
Definition at line 502 of file utest-proto-lss.cpp.
BOOST_AUTO_TEST_CASE | ( | CleanUp | ) |
Definition at line 538 of file utest-proto-lss.cpp.
MakeSFOp<CustomLaplacianApply>::type laplacian_apply = {} |
Definition at line 296 of file utest-proto-lss.cpp.
Send comments to: COOLFluiD Web Admin |