ug4
ug::LexOrdering< TAlgebra, TDomain, O_t > Class Template Reference

#include <lexorder.h>

+ Inheritance diagram for ug::LexOrdering< TAlgebra, TDomain, O_t >:

Public Types

typedef IOrderingAlgorithm< TAlgebra, O_t > baseclass
 
typedef GridFunction< TDomain, TAlgebra > GridFunc_t
 Grid function type for the solution. More...
 
typedef TAlgebra::matrix_type M_t
 
typedef std::pair< MathVector< TDomain::dim >, size_t > Position_t
 Position attachment type. More...
 
typedef TAlgebra::vector_type V_t
 
- Public Types inherited from ug::IOrderingAlgorithm< TAlgebra, O_t >
typedef TAlgebra::matrix_type M_t
 
typedef TAlgebra::vector_type V_t
 

Public Member Functions

void check ()
 
SmartPtr< IOrderingAlgorithm< TAlgebra, O_t > > clone ()
 
void compute ()
 
void init (M_t *)
 
void init (M_t *, const O_t &)
 
void init (M_t *, const V_t &, const O_t &)
 
void init (M_t *A, const V_t &V)
 
 LexOrdering ()
 
 LexOrdering (const LexOrdering< TAlgebra, TDomain, O_t > &parent)
 clone constructor More...
 
virtual const char * name () const
 
O_t & ordering ()
 
void parse ()
 
void set_direction (const char *dir)
 
- Public Member Functions inherited from ug::IOrderingAlgorithm< TAlgebra, O_t >
virtual void init (M_t *, const std::vector< size_t > &)=0
 
virtual void init (M_t *, const V_t &, const std::vector< size_t > &)=0
 
 IOrderingAlgorithm ()
 
virtual ~IOrderingAlgorithm ()
 

Private Attributes

const char * m_dir
 
std::vector< Position_tm_vPositions
 
M_tmat
 
O_t o
 

Member Typedef Documentation

◆ baseclass

template<typename TAlgebra , typename TDomain , typename O_t >
typedef IOrderingAlgorithm<TAlgebra, O_t> ug::LexOrdering< TAlgebra, TDomain, O_t >::baseclass

◆ GridFunc_t

template<typename TAlgebra , typename TDomain , typename O_t >
typedef GridFunction<TDomain, TAlgebra> ug::LexOrdering< TAlgebra, TDomain, O_t >::GridFunc_t

Grid function type for the solution.

◆ M_t

template<typename TAlgebra , typename TDomain , typename O_t >
typedef TAlgebra::matrix_type ug::LexOrdering< TAlgebra, TDomain, O_t >::M_t

◆ Position_t

template<typename TAlgebra , typename TDomain , typename O_t >
typedef std::pair<MathVector<TDomain::dim>, size_t> ug::LexOrdering< TAlgebra, TDomain, O_t >::Position_t

Position attachment type.

◆ V_t

template<typename TAlgebra , typename TDomain , typename O_t >
typedef TAlgebra::vector_type ug::LexOrdering< TAlgebra, TDomain, O_t >::V_t

Constructor & Destructor Documentation

◆ LexOrdering() [1/2]

template<typename TAlgebra , typename TDomain , typename O_t >
ug::LexOrdering< TAlgebra, TDomain, O_t >::LexOrdering ( )
inline

◆ LexOrdering() [2/2]

template<typename TAlgebra , typename TDomain , typename O_t >
ug::LexOrdering< TAlgebra, TDomain, O_t >::LexOrdering ( const LexOrdering< TAlgebra, TDomain, O_t > &  parent)
inline

clone constructor

Member Function Documentation

◆ check()

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::check ( )
inlinevirtual

◆ clone()

template<typename TAlgebra , typename TDomain , typename O_t >
SmartPtr<IOrderingAlgorithm<TAlgebra, O_t> > ug::LexOrdering< TAlgebra, TDomain, O_t >::clone ( )
inlinevirtual

◆ compute()

◆ init() [1/4]

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::init ( M_t )
inlinevirtual

◆ init() [2/4]

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::init ( M_t ,
const O_t &   
)
inline

◆ init() [3/4]

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::init ( M_t ,
const V_t ,
const O_t &   
)
inline

◆ init() [4/4]

◆ name()

template<typename TAlgebra , typename TDomain , typename O_t >
virtual const char* ug::LexOrdering< TAlgebra, TDomain, O_t >::name ( ) const
inlinevirtual

◆ ordering()

template<typename TAlgebra , typename TDomain , typename O_t >
O_t& ug::LexOrdering< TAlgebra, TDomain, O_t >::ordering ( )
inlinevirtual

◆ parse()

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::parse ( )
inline

◆ set_direction()

template<typename TAlgebra , typename TDomain , typename O_t >
void ug::LexOrdering< TAlgebra, TDomain, O_t >::set_direction ( const char *  dir)
inline

Member Data Documentation

◆ m_dir

◆ m_vPositions

template<typename TAlgebra , typename TDomain , typename O_t >
std::vector<Position_t> ug::LexOrdering< TAlgebra, TDomain, O_t >::m_vPositions
private

◆ mat

template<typename TAlgebra , typename TDomain , typename O_t >
M_t* ug::LexOrdering< TAlgebra, TDomain, O_t >::mat
private

◆ o


The documentation for this class was generated from the following file: