#include "periodic_boundary_manager.h"
#include "lib_grid/algorithms/debug_util.h"
#include "lib_grid/grid_objects/grid_dim_traits.h"
#include "common/assert.h"
#include "common/error.h"
#include "pcl/pcl_base.h"
#include <boost/mpl/map.hpp>
#include <boost/mpl/at.hpp>
#include <algorithm>
Go to the source code of this file.
|
template<class TDomain > |
void | ug::IdentifySubsets (TDomain &dom, const char *sName1, const char *sName2) |
| identifies subset 1 with subset 2. If the grid of given domain has no periodic boundary manager attached, one will be created. More...
|
|
template<class TDomain > |
void | ug::IdentifySubsets (TDomain &dom, int sInd1, int sInd2) |
| identifies subset 1 with subset 2. If the grid of given domain has no periodic boundary manager attached, one will be created. More...
|
|