Plugins
|
Namespaces | |
aux | |
Classes | |
struct | Functionality |
Functions | |
template<typename TDomain > | |
bool | CheckSubsets (const TDomain &dom, const std::vector< std::string > &neededSubsets) |
template<typename TDomain > | |
SmartPtr< TDomain > | CreateDomain (const std::string &gridName) |
template<typename TDomain > | |
SmartPtr< TDomain > | CreateDomain (const std::string &gridName, int numRefs) |
template<typename TDomain > | |
SmartPtr< TDomain > | CreateDomain (const std::string &gridName, int numRefs, const std::vector< std::string > &neededSubsets) |
template<typename TDomain > | |
SmartPtr< TDomain > | CreateDomain (const std::string &gridName, int numRefs, const std::vector< std::string > &neededSubsets, bool noIntegrityCheck=false) |
bool ug::Util::CheckSubsets | ( | const TDomain & | dom, |
const std::vector< std::string > & | neededSubsets | ||
) |
References UG_LOG.
Referenced by CreateDomain().
SmartPtr<TDomain> ug::Util::CreateDomain | ( | const std::string & | gridName | ) |
SmartPtr<TDomain> ug::Util::CreateDomain | ( | const std::string & | gridName, |
int | numRefs | ||
) |
References numRefs.
SmartPtr<TDomain> ug::Util::CreateDomain | ( | const std::string & | gridName, |
int | numRefs, | ||
const std::vector< std::string > & | neededSubsets | ||
) |
References numRefs.
SmartPtr<TDomain> ug::Util::CreateDomain | ( | const std::string & | gridName, |
int | numRefs, | ||
const std::vector< std::string > & | neededSubsets, | ||
bool | noIntegrityCheck = false |
||
) |
References ug::CheckForUnconnectedSides(), CheckSubsets(), ug::GlobalDomainRefiner(), ug::LoadDomain(), numRefs, UG_ASSERT, UG_ERR_LOG, and UG_LOG.