Nektar++
Classes | Namespaces | Functions
testNekSharedArray.cpp File Reference
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Memory/NekMemoryManager.hpp>
#include <UnitTests/CountedObject.h>
#include <UnitTests/util.h>
#include <LibUtilities/BasicUtils/ErrorUtil.hpp>
#include <LibUtilities/LinearAlgebra/NekVector.hpp>
#include <boost/test/test_tools.hpp>
#include <boost/test/unit_test.hpp>
#include <iostream>

Go to the source code of this file.

Classes

class  Nektar::SharedArrayUnitTests::ParameterTestClass
 

Namespaces

namespace  Nektar
 
namespace  Nektar::SharedArrayUnitTests
 

Functions

 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestParameterPopulation)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestEmptyConstructor)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestUninitializedConstructor)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestSingleValueInitialization)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestPopulationFromCArray)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestCopyConstruction)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test1DAssignmentOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test2DAssignmentOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (TestOffsetAssignmentOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test1DAccessOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test2DAccessOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test1DEqualOperator)
 
 Nektar::SharedArrayUnitTests::BOOST_AUTO_TEST_CASE (Test2DEqualOperator)