Nektar++
Namespaces | Typedefs
SparseMatrixFwd.hpp File Reference
#include <fstream>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>

Go to the source code of this file.

Namespaces

namespace  Nektar
 

Typedefs

typedef unsigned int Nektar::IndexType
 
typedef Array< OneD, IndexType > Nektar::IndexVector
 
typedef std::pair< IndexType, IndexType > Nektar::CoordType
 
typedef NekDouble Nektar::COOEntryType
 
typedef std::map< CoordType, NekDouble > Nektar::COOMatType
 
typedef COOMatType::const_iterator Nektar::COOMatTypeConstIt
 
typedef std::shared_ptr< COOMatType > Nektar::COOMatTypeSharedPtr
 
typedef Array< OneD, COOMatType > Nektar::COOMatVector
 
typedef Array< OneD, NekDouble > Nektar::BCOEntryType
 
typedef std::map< CoordType, BCOEntryType > Nektar::BCOMatType
 
typedef BCOMatType::const_iterator Nektar::BCOMatTypeConstIt
 
typedef std::shared_ptr< BCOMatType > Nektar::BCOMatTypeSharedPtr
 
typedef Array< OneD, BCOMatType > Nektar::BCOMatVector