Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::SMatrixTensor< F, dim > Class Template Reference

S matrix for elements in dimensions 2 and 3 with tensorized shape functions. More...

#include <smatrix.hh>

Inheritance diagram for concepts::SMatrixTensor< F, dim >:
Inheritance graph
[legend]
Collaboration diagram for concepts::SMatrixTensor< F, dim >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void operator() (const TColumn< F > &src, TColumn< F > &dest) const
 Application operator.
virtual uint size () const
 Returns the size of the S matrix.
 SMatrixTensor (const SMatrixBase< F > &matrix, const uint position)
 Constructor.

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

const SMatrixBase< Real > & matrix_
const uint position_

Detailed Description

template<class F, int dim>
class concepts::SMatrixTensor< F, dim >

S matrix for elements in dimensions 2 and 3 with tensorized shape functions.

The S matrix has a tenzorised structur, too. This is for subdivisions of the type shown in the following figure in 2D.

2Dsubdivision.gif
Author:
Philipp Frauenfelder, 2001.

Definition at line 165 of file smatrix.hh.


Constructor & Destructor Documentation

template<class F , int dim>
concepts::SMatrixTensor< F, dim >::SMatrixTensor ( const SMatrixBase< F > &  matrix,
const uint  position 
)

Constructor.

Parameters:
matrixThe 1D S matrix
positionPosition of matrix in the tensor product (1 ... dim)

Member Function Documentation

template<class F , int dim>
virtual std::ostream& concepts::SMatrixTensor< F, dim >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::SMatrixBase< F >.

template<class F , int dim>
virtual void concepts::SMatrixTensor< F, dim >::operator() ( const TColumn< F > &  src,
TColumn< F > &  dest 
) const [virtual]

Application operator.

Implements concepts::SMatrixBase< F >.

template<class F , int dim>
virtual uint concepts::SMatrixTensor< F, dim >::size ( ) const [virtual]

Returns the size of the S matrix.

Implements concepts::SMatrixBase< F >.


Member Data Documentation

template<class F , int dim>
const SMatrixBase<Real>& concepts::SMatrixTensor< F, dim >::matrix_ [private]

Definition at line 178 of file smatrix.hh.

template<class F , int dim>
const uint concepts::SMatrixTensor< F, dim >::position_ [private]

Definition at line 179 of file smatrix.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)