|
ug4
|
#include "lib_grid/grid/grid.h"#include "lib_grid/multi_grid.h"#include "lib_grid/grid/grid_base_objects.h"#include <set>#include "./periodic_boundary_manager_impl.hpp"Go to the source code of this file.
Classes | |
| class | ug::PeriodicBoundaryManager::Group< TElem, Container > |
| class | ug::IIdentifier |
| Interface to match periodic geometric elements. More... | |
| class | ug::ParallelShiftIdentifier< TPosAA > |
| This class matches geometric elements which are parallel translated. More... | |
| class | ug::PeriodicAttachmentAccessor< TElem, TAttachment > |
| Accesses attachements with consideration to periodic boundaries. More... | |
| class | ug::PeriodicBoundaryManager |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| 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. | |
| 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. | |