Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
ExpList3D.h File Reference
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <MultiRegions/ExpList.h>
#include <vector>
Include dependency graph for ExpList3D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  Nektar
 <
namespace  Nektar::MultiRegions

Typedefs

typedef boost::shared_ptr
< ExpList3D > 
Nektar::MultiRegions::ExpList3DSharedPtr
 Shared pointer to an ExpList3D object.
typedef std::vector
< ExpList3DSharedPtr > 
Nektar::MultiRegions::ExpList3DVector
 Vector of pointers to ExpList3D objects.
typedef std::vector
< ExpList3DSharedPtr >
::iterator 
Nektar::MultiRegions::ExpList3DVectorIter
 Iterator over an ExpList3DVector.