|
ug4
|
#include <iostream>#include <sstream>#include <string>#include "common/profiler/profiler.h"#include "common/error.h"#include "lib_disc/function_spaces/grid_function_util.h"#include "lib_disc/operator/linear_operator/std_transfer.h"#include "lib_disc/operator/linear_operator/std_injection.h"#include "lib_grid/tools/periodic_boundary_manager.h"#include "lib_disc/operator/linear_operator/level_preconditioner_interface.h"#include "mg_solver.h"#include "lib_algebra/parallelization/parallelization.h"#include "pcl/pcl_util.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | GMG_PARALLEL_DEBUG_BARRIER(comm) PCL_DEBUG_BARRIER(comm) |
| #define | GMG_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "gmg") |
| #define | GMG_PROFILE_END() PROFILE_END() |
| #define | GMG_PROFILE_FUNC() PROFILE_FUNC_GROUP("gmg") |
| #define | PROFILE_GMG |
| #define GMG_PARALLEL_DEBUG_BARRIER | ( | comm | ) | PCL_DEBUG_BARRIER(comm) |
| #define GMG_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN_GROUP(name, "gmg") |
| #define GMG_PROFILE_END | ( | ) | PROFILE_END() |
| #define GMG_PROFILE_FUNC | ( | ) | PROFILE_FUNC_GROUP("gmg") |
| #define PROFILE_GMG |