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

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::ElementMatrix< F >
 Element matrix. More...
 
class  concepts::TColumn< F >
 A column of a T matrix. More...
 
class  concepts::TColumnBlock< F, dim >
 A column of a T matrix. More...
 
class  concepts::TColumnBlock< F, dim >
 A column of a T matrix. More...
 
class  concepts::TColumnSet< F, dim >
 A set of TColumns and polynomial degrees, sorted by a key, eg. More...
 
class  concepts::TColumnTensor< F, dim >
 A column of a T matrix. More...
 
class  concepts::TIndex< F >
 T matrix for linear and regular elements. More...
 
class  concepts::TMatrix< F >
 A T matrix in sparse notation. More...
 
class  concepts::TMatrixBase< F >
 An abstract class for a T matrix. More...
 
class  concepts::TMatrixBlock< F >
 TMatrixBlock are special Tmatrices in block diagonal structure, builded with two Tmatrices itsself. More...
 
class  concepts::Vector< F >
 A vector. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

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 More...
 

Detailed Description

Tmatrix

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

Definition in file tmatrix.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich