Nektar++
|
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/Memory/NekMemoryManager.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/multi_array.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Namespaces | |
Nektar | |
< | |
Functions | |
template<typename DataType > | |
void | Nektar::DeleteStorage (DataType *data, unsigned int num) |
template<typename Dim , typename DataType , typename ExtentListType > | |
boost::shared_ptr < boost::multi_array_ref < DataType, Dim::Value > > | Nektar::CreateStorage (const ExtentListType &extent) |
template<typename DataType > | |
boost::shared_ptr < boost::multi_array_ref < DataType, 1 > > | Nektar::CreateStorage (unsigned int d1) |
template<typename DataType > | |
boost::shared_ptr < boost::multi_array_ref < DataType, 2 > > | Nektar::CreateStorage (unsigned int d1, unsigned int d2) |
template<typename DataType > | |
boost::shared_ptr < boost::multi_array_ref < DataType, 3 > > | Nektar::CreateStorage (unsigned int d1, unsigned int d2, unsigned int d3) |