Nektar++
|
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <vector>
#include <MultiRegions/ExpList.h>
#include <LocalRegions/SegExp.h>
#include <LibUtilities/Kernel/kernel.h>
Go to the source code of this file.
Classes | |
class | Nektar::MultiRegions::ExpList1D |
This class is the abstraction of a one-dimensional multi-elemental expansions which is merely a collection of local expansions. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::MultiRegions | |
Typedefs | |
typedef boost::shared_ptr < ExpList1D > | Nektar::MultiRegions::ExpList1DSharedPtr |
Shared pointer to an ExpList1D object. More... | |
typedef std::vector < ExpList1DSharedPtr > | Nektar::MultiRegions::ExpList1DVector |
Vector of pointers to ExpList1D objects. More... | |
typedef std::vector < ExpList1DSharedPtr > ::iterator | Nektar::MultiRegions::ExpList1DVectorIter |
Iterator for the vector of ExpList1D pointers. More... | |
Variables | |
static const Array< OneD, ExpList1DSharedPtr > | Nektar::MultiRegions::NullExpList1DSharedPtrArray |
Empty ExpList1D object. More... | |