ug4
|
#include <string>
#include <sstream>
#include "registry/registry.h"
#include "lib_algebra/algebra_type.h"
#include "common/ug_config.h"
#include "suffix_tag.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Functions | |
int | ug::bridge::GetUGDim () |
returns the dimension to which UG was initialized through InitUG More... | |
Registry & | ug::bridge::GetUGRegistry () |
returns the default registry used in ug More... | |
void | ug::bridge::InitBridge () |
calls RegisterStandardInterfaces More... | |
void | ug::bridge::InitUG (int dim, const AlgebraType &algebraType) |
Sets the default classes of class-groups based on a tags using default DoFManager. More... | |
UG_API void | ug::bridge::RegisterStandardBridges (Registry ®, std::string grp=UG4_GRP) |
registers all standard interfaces. More... | |