|
ug4
|
#include "file_io.h"#include "lib_grid/algorithms/attachment_util.h"#include "lib_grid/algorithms/subset_util.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TElem > | |
| void | ug::CopyGridElements (Grid &srcGrid, Grid &destGrid, ISubsetHandler &srcSH, ISubsetHandler &destSH, Attachment< Vertex * > &aNewVrt) |
| Copy grid elements of type TElem from srcGrid to destGrid. | |