#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.
|
namespace | ug |
| the ug namespace
|
|
|
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) |
|