Nektar++
|
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <vector>
#include <MultiRegions/ExpList.h>
#include <LocalRegions/PointExp.h>
#include <SpatialDomains/PointGeom.h>
Go to the source code of this file.
Classes | |
class | Nektar::MultiRegions::ExpList0D |
This class is the abstraction of a collection of zero-dimensional expansions which is merely a collection of points/values. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::MultiRegions | |
Typedefs | |
typedef boost::shared_ptr < ExpList0D > | Nektar::MultiRegions::ExpList0DSharedPtr |
Shared pointer to an ExpList0D object. More... | |
typedef std::vector < ExpList0DSharedPtr > | Nektar::MultiRegions::ExpList0DVector |
Vector of pointers to ExpList0D objects. More... | |
typedef std::vector < ExpList0DSharedPtr > ::iterator | Nektar::MultiRegions::ExpList0DVectorIter |
Iterator for the vector of ExpList0D pointers. More... | |
Variables | |
static const Array< OneD, ExpList0DSharedPtr > | Nektar::MultiRegions::NullExpList0DSharedPtrArray |
Empty ExpList0D object. More... | |