#include <vector>
#include <iostream>
#include <assert.h>
#include "common/common.h"
#include "lib_algebra/small_algebra/blocks.h"
Go to the source code of this file.
|
typedef MultiIndex< 2 > | ug::DoFIndex |
| type of DoF-Index used to identify an DoF in the Algebra More...
|
|
|
template<typename TMatrix > |
const number & | ug::DoFRef (const TMatrix &mat, const DoFIndex &iInd, const DoFIndex &jInd) |
|
template<typename TVector > |
const number & | ug::DoFRef (const TVector &vec, const DoFIndex &ind) |
|
template<typename TMatrix > |
number & | ug::DoFRef (TMatrix &mat, const DoFIndex &iInd, const DoFIndex &jInd) |
|
template<typename TVector > |
number & | ug::DoFRef (TVector &vec, const DoFIndex &ind) |
|
template<int N> |
std::ostream & | ug::operator<< (std::ostream &outStream, const ug::MultiIndex< N > &v) |
|
template<typename TMatrix > |
void | ug::SetDirichletRow (TMatrix &mat, const DoFIndex &ind) |
|
template<typename TMatrix > |
void | ug::SetRow (TMatrix &mat, const DoFIndex &ind, number val=0.0) |
|