|
ug4
|
#include <vector>#include "./multi_index.h"#include "./function_group.h"#include "lib_algebra/small_algebra/small_algebra.h"Go to the source code of this file.
Classes | |
| class | ug::LocalIndices |
| class | ug::LocalMatrix |
| class | ug::LocalVector |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | UG_LOCALALGEBRA_ASSERT(cond, exp) UG_ASSERT((cond), exp) |
Functions | |
| template<typename TMatrix > | |
| void | ug::AddLocalMatrixToGlobal (TMatrix &mat, const LocalMatrix &lmat) |
| template<typename TVector > | |
| void | ug::AddLocalVector (TVector &vec, const LocalVector &lvec) |
| template<typename TVector > | |
| void | ug::GetLocalVector (LocalVector &lvec, const TVector &vec) |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::LocalMatrix &mat) |
| std::ostream & | ug::operator<< (std::ostream &outStream, const ug::LocalVector &vec) |
| #define UG_LOCALALGEBRA_ASSERT | ( | cond, | |
| exp | |||
| ) | UG_ASSERT((cond), exp) |