Nektar++
|
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <vector>
#include <MultiRegions/ExpList.h>
#include <SpatialDomains/Conditions.h>
Go to the source code of this file.
Classes | |
class | Nektar::MultiRegions::ExpList2D |
Abstraction of a two-dimensional multi-elemental expansion which is merely a collection of local expansions. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::MultiRegions | |
Typedefs | |
typedef boost::shared_ptr < ExpList2D > | Nektar::MultiRegions::ExpList2DSharedPtr |
Shared pointer to an ExpList2D object. More... | |
typedef std::vector < ExpList2DSharedPtr > | Nektar::MultiRegions::ExpList2DVector |
Vector of pointers to ExpList2D objects. More... | |
typedef std::vector < ExpList2DSharedPtr > ::iterator | Nektar::MultiRegions::ExpList2DVectorIter |
Iterator for the vector of ExpList2D pointers. More... | |
Variables | |
static const Array< OneD, ExpList2DSharedPtr > | Nektar::MultiRegions::NullExpList2DSharedPtrArray |
Empty ExpList2D object. More... | |