ug4
suffix_tag.h File Reference

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 
 ug::bridge
 

Functions

template<typename TAlgebra >
std::string ug::bridge::GetAlgebraSuffix ()
 returns the algebra-suffix (e.g. "CPU3", "CPUFlex") More...
 
template<typename TAlgebraTypeType >
std::string ug::bridge::GetAlgebraSuffix (const TAlgebraTypeType &algType)
 returns the algebra-suffix (e.g. "CPU3", "CPUFlex") More...
 
template<typename TAlgebra >
std::string ug::bridge::GetAlgebraTag ()
 returns the algebra-suffix (e.g. "alg=CPU3", "alg=CPUVariable") More...
 
template<typename TAlgebraTypeType >
std::string ug::bridge::GetAlgebraTag (const TAlgebraTypeType &algType)
 returns the algebra-suffix (e.g. "alg=CPU3", "alg=CPUVariable") More...
 
template<int dim, typename TAlgebra >
std::string ug::bridge::GetDimensionAlgebraSuffix ()
 returns the algebra-dim-suffix for a domain (e.g. "3dCPU1") More...
 
template<int dim, typename TAlgebra >
std::string ug::bridge::GetDimensionAlgebraTag ()
 returns the dim-tag for a domain (e.g. "dim=3d;alg=CPU1;") More...
 
template<typename TAlgebraTypeType >
std::string ug::bridge::GetDimensionAlgebraTag (int dim, const TAlgebraTypeType &algType)
 returns dim tag at runtime (e.g. "dim=3d;alg=CPU1;") More...
 
template<int dim>
std::string ug::bridge::GetDimensionSuffix ()
 returns the dim-suffix for a domain (e.g. "3d") More...
 
template<int dim>
std::string ug::bridge::GetDimensionTag ()
 returns the dim-tag for a domain (e.g. "dim=3d") More...
 
std::string ug::bridge::GetDimensionTag (int dim)
 returns dim tag at runtime (e.g. "dim=3d") More...
 
template<typename TDomain , typename TAlgebra >
std::string ug::bridge::GetDomainAlgebraSuffix ()
 returns the dim-suffix for a domain (e.g. "3dCPU1") More...
 
template<typename TDomain , typename TAlgebra >
std::string ug::bridge::GetDomainAlgebraTag ()
 returns the dim-tag for a domain (e.g. "dim=3d;alg=CPU1;") More...
 
template<typename TDomain >
std::string ug::bridge::GetDomainSuffix ()
 returns the dim-suffix for a domain (e.g. "3d") More...
 
template<typename TDomain >
std::string ug::bridge::GetDomainTag ()
 returns the dim-tag for a domain (e.g. "dim=3d") More...