Class documentation of Concepts

Loading...
Searching...
No Matches
tmatrix.hh File Reference
#include <iostream>
#include <map>
#include "toolbox/array.hh"
#include "toolbox/set.hh"
#include "basics/outputOperator.hh"
#include "basics/typedefs.hh"

Go to the source code of this file.

Classes

class  concepts::TColumn< F >
 
class  concepts::TColumnTensor< F, dim >
 
class  concepts::TColumnBlock< F, dim >
 
class  concepts::TColumnSet< F, dim >
 
class  concepts::TMatrixBase< F >
 
class  concepts::TIndex< F >
 
class  concepts::TMatrix< F >
 
struct  concepts::TMatrix< F >::Control
 The column header: column index and length of the column data. More...
 
struct  concepts::TMatrix< F >::Data
 The matrix entries: row index and data. More...
 
class  concepts::TMatrixBlock< F >
 

Namespaces

namespace  concepts
 

Functions

template<class F >
::std::ostream & concepts::operator<< (::std::ostream &os, TColumn< F > *T)
 output-operator for pointer to TColumn, gives either 0 or TColumn itself
 

Detailed Description

Tmatrix

T matrices map local dofs to global dofs and are used for the assembling process

Definition in file tmatrix.hh.