|
ug4
|
#include "distributed_grid.h"#include <boost/function.hpp>#include "parallelization_util_impl.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | GDIST_PROFILE(name) PROFILE_BEGIN_GROUP(name, "gdist") |
| #define | GDIST_PROFILE_END() PROFILE_END() |
| #define | GDIST_PROFILE_END_(name) PROFILE_END_(name) |
| #define | GDIST_PROFILE_FUNC() PROFILE_FUNC_GROUP("gdist") |
| #define | PROFILE_GRID_DISTRIBUTION |
Functions | |
| template<class TGeomObj > | |
| void | ug::CreateAndDistributeGlobalIDs (Grid &g, GridLayoutMap &glm, AGeomObjID &aID=aGeomObjID) |
| Creates and distributes global ids for the given element type. | |
| int | ug::GetAssociatedInterfaceType (int interfaceType) |
| Returns the type of associated interfaces. | |
| bool | ug::TestGridLayoutMap (MultiGrid &mg, GridLayoutMap &glm, bool verbose=true) |
| Checks whether the grid-layout-map on this proc is consistent with connected ones. | |
| #define GDIST_PROFILE | ( | name | ) | PROFILE_BEGIN_GROUP(name, "gdist") |
| #define GDIST_PROFILE_END | ( | ) | PROFILE_END() |
| #define GDIST_PROFILE_END_ | ( | name | ) | PROFILE_END_(name) |
| #define GDIST_PROFILE_FUNC | ( | ) | PROFILE_FUNC_GROUP("gdist") |
| #define PROFILE_GRID_DISTRIBUTION |