Nektar++
|
#include <string>
#include <GlobalMapping/GlobalMappingDeclspec.h>
#include <LibUtilities/BasicUtils/NekFactory.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <MultiRegions/ExpList.h>
Go to the source code of this file.
Classes | |
class | Nektar::GlobalMapping::Mapping |
Base class for mapping to be applied to the coordinate system. More... | |
Namespaces | |
namespace | Nektar |
namespace | Nektar::GlobalMapping |
Typedefs | |
typedef LibUtilities::NekFactory< std::string, Mapping, const LibUtilities::SessionReaderSharedPtr &, const Array< OneD, MultiRegions::ExpListSharedPtr > &, const TiXmlElement * > | Nektar::GlobalMapping::MappingFactory |
Declaration of the mapping factory. More... | |
Functions | |
MappingFactory & | Nektar::GlobalMapping::GetMappingFactory () |
Declaration of the mapping factory singleton. More... | |
Variables | |
GLOBAL_MAPPING_EXPORT typedef std::shared_ptr< Mapping > | Nektar::GlobalMapping::MappingSharedPtr |
A shared pointer to a Mapping object. More... | |