Nektar++
Classes | Namespaces | Typedefs | Enumerations
ExpListHomogeneous1D.h File Reference
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <vector>
#include <MultiRegions/MultiRegions.hpp>
#include <MultiRegions/ExpList.h>
#include <LibUtilities/FFT/NektarFFT.h>
#include <LibUtilities/Communication/Transposition.h>
Include dependency graph for ExpListHomogeneous1D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::MultiRegions::ExpListHomogeneous1D
 Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expansions. More...
 

Namespaces

 Nektar
 <
 
 Nektar::MultiRegions
 

Typedefs

typedef map< Homogeneous1DMatType, DNekBlkMatSharedPtrNektar::MultiRegions::Homo1DBlockMatrixMap
 A map between homo matrix keys and their associated block matrices. More...
 
typedef boost::shared_ptr< Homo1DBlockMatrixMap > Nektar::MultiRegions::Homo1DBlockMatrixMapShPtr
 A shared pointer to a BlockMatrixMap. More...
 
typedef boost::shared_ptr< ExpListHomogeneous1D > Nektar::MultiRegions::ExpListHomogeneous1DSharedPtr
 Shared pointer to an ExpList3DHomogeneous1D object. More...
 
typedef std::vector< ExpListHomogeneous1DSharedPtr > Nektar::MultiRegions::ExpListHomogeneous1DVector
 Vector of pointers to ExpList3DHomogeneous1D objects. More...
 
typedef std::vector< ExpListHomogeneous1DSharedPtr >::iterator Nektar::MultiRegions::ExpListHomogeneous1DVectorIter
 Iterator for the vector of ExpList3DHomogeneous1D pointers. More...
 

Enumerations

enum  Nektar::MultiRegions::Homogeneous1DMatType { Nektar::MultiRegions::eForwardsCoeffSpace1D, Nektar::MultiRegions::eBackwardsCoeffSpace1D, Nektar::MultiRegions::eForwardsPhysSpace1D, Nektar::MultiRegions::eBackwardsPhysSpace1D }