Nektar++
|
#include <LibUtilities/Communication/Transposition.h>
#include <LibUtilities/FFT/NektarFFT.h>
#include <MultiRegions/ExpList.h>
#include <MultiRegions/MultiRegions.hpp>
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <vector>
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 | |
namespace | Nektar |
namespace | Nektar::MultiRegions |
Typedefs | |
typedef std::map< Homogeneous1DMatType, DNekBlkMatSharedPtr > | Nektar::MultiRegions::Homo1DBlockMatrixMap |
A map between homo matrix keys and their associated block matrices. More... | |
typedef std::shared_ptr< Homo1DBlockMatrixMap > | Nektar::MultiRegions::Homo1DBlockMatrixMapShPtr |
A shared pointer to a BlockMatrixMap. More... | |
typedef std::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... | |