36 #ifndef UTILITIES_NEKMESH_PROCESSVAROPTI
37 #define UTILITIES_NEKMESH_PROCESSVAROPTI
101 typedef std::map<int, std::vector<ElUtilSharedPtr> >
NodeElMap;
103 std::map<LibUtilities::ShapeType, DerivUtilSharedPtr>
BuildDerivUtil(
int o);
105 int o, std::map<LibUtilities::ShapeType, DerivUtilSharedPtr> derMap);
108 std::vector<NodeSharedPtr> remain);
110 std::vector<ElUtilSharedPtr> elLock);
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
std::vector< ElUtilSharedPtr > GetLockedElements(NekDouble thres)
void GetElementMap(int o, std::map< LibUtilities::ShapeType, DerivUtilSharedPtr > derMap)
std::map< LibUtilities::ShapeType, DerivUtilSharedPtr > BuildDerivUtil(int o)
std::vector< ElUtilSharedPtr > m_dataSet
std::vector< std::vector< NodeSharedPtr > > CreateColoursets(std::vector< NodeSharedPtr > remain)
Array< OneD, Array< OneD, NekDouble > > basisDeriv
NekVector< NekDouble > quadW
boost::shared_ptr< Residual > ResidualSharedPtr
std::vector< std::vector< NodeSharedPtr > > GetColouredNodes(std::vector< ElUtilSharedPtr > elLock)
static ModuleKey className
NekMatrix< NekDouble > VdmDStd[3]
NekMatrix< NekDouble > VdmD[3]
void RemoveLinearCurvature()
boost::shared_ptr< Mesh > MeshSharedPtr
Shared pointer to a mesh.
Abstract base class for processing modules.
std::map< int, std::vector< ElUtilSharedPtr > > NodeElMap
boost::shared_ptr< DerivUtil > DerivUtilSharedPtr
ProcessVarOpti(MeshSharedPtr m)
static boost::shared_ptr< Module > create(MeshSharedPtr m)
Creates an instance of this class.
std::pair< ModuleType, std::string > ModuleKey
virtual ~ProcessVarOpti()