|
ug4
|
#include "common/common.h"#include "common/util/smart_pointer.h"#include "lib_grid/tools/subset_group.h"#include "lib_disc/domain_util.h"#include "lib_disc/common/groups_util.h"#include "lib_disc/local_finite_element/local_finite_element_provider.h"#include "lib_disc/reference_element/reference_mapping.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<typename TGridFunction > | |
| void | ug::AddFunctionValuesToGridCoordinatesP1 (SmartPtr< TGridFunction > spGridFct, const char *cmp, size_t coordInd) |
| template<typename TGridFunction > | |
| void | ug::AddFunctionValuesToGridCoordinatesP1 (SmartPtr< TGridFunction > spGridFct, const char *cmp, size_t coordInd, number timestep) |
| template<typename TGridFunction > | |
| void | ug::AddFunctionValuesToGridCoordinatesP1 (SmartPtr< TGridFunction > spGridFct, size_t fct, size_t coordInd, const SubsetGroup &ssGrp, number timestep) |