ug4
|
#include <vector>
#include <string>
#include "lib_disc/common/function_group.h"
#include "lib_disc/dof_manager/function_pattern.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Functions | |
void | ug::CreateFunctionIndexMapping (FunctionIndexMapping &map, const FunctionGroup &grpFrom, ConstSmartPtr< FunctionPattern > fctPattern) |
void | ug::CreateFunctionIndexMapping (FunctionIndexMapping &map, const FunctionGroup &grpFromSmall, const FunctionGroup &grpToLarge) |
void | ug::CreateUnionOfFunctionGroups (FunctionGroup &fctGrp, const std::vector< const FunctionGroup * > &vFctGrp, bool sortFct=false) |