Nektar++
Classes | Namespaces | Typedefs | Functions
CellModel.h File Reference
#include <LibUtilities/BasicUtils/NekFactory.hpp>
#include <LibUtilities/BasicUtils/SessionReader.h>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <MultiRegions/ExpList.h>
#include <SolverUtils/Core/Misc.h>
#include <StdRegions/StdNodalTetExp.h>
#include <StdRegions/StdNodalTriExp.h>

Go to the source code of this file.

Classes

class  Nektar::CellModel
 Cell model base class. More...
 

Namespaces

namespace  Nektar
 

Typedefs

typedef std::vector< std::pair< std::string, std::string > > Nektar::SummaryList
 
typedef std::shared_ptr< CellModel > Nektar::CellModelSharedPtr
 A shared pointer to an EquationSystem object. More...
 
typedef LibUtilities::NekFactory< std::string, CellModel, const LibUtilities::SessionReaderSharedPtr &, const MultiRegions::ExpListSharedPtr & > Nektar::CellModelFactory
 Datatype of the NekFactory used to instantiate classes derived from the EquationSystem class. More...
 

Functions

CellModelFactory & Nektar::GetCellModelFactory ()