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