Class documentation of Concepts

Loading...
Searching...
No Matches
graphics::DenseMatrixCollection< G > Class Template Reference

#include <denseMatrixGraphics.hh>

Inheritance diagram for graphics::DenseMatrixCollection< G >:

Public Member Functions

 DenseMatrixCollection (MatrixCounterCell &counter, bool data=true)
 Constructor: Creates a DenseMatrixCollection holding matrices for graphical output with graphics::DenseMatrixGraphics, depending of the input parameters.
 
virtual ~DenseMatrixCollection ()
 Destructor: deltes the pointers in the mapping.
 

Protected Member Functions

void createMatrix_ (const std::string name, uint nrows, uint ncols)
 Creates one dense matrix.
 
void createMatrices_ (MatrixCounterCell &counter)
 Creates the matrices.
 

Protected Attributes

int dim_
 The physical space dimension.
 
bool data_
 Information which values are stored in the mapping.
 

Detailed Description

template<class G>
class graphics::DenseMatrixCollection< G >

Class that hold and manage a std::map with concepts::ElementMatrices for graphical output, collected by graphics::DenseMatrixGraphics.

Author
Christian Heier, 2012

Definition at line 26 of file denseMatrixGraphics.hh.

Constructor & Destructor Documentation

◆ DenseMatrixCollection()

template<class G >
graphics::DenseMatrixCollection< G >::DenseMatrixCollection ( MatrixCounterCell counter,
bool  data = true 
)

Constructor: Creates a DenseMatrixCollection holding matrices for graphical output with graphics::DenseMatrixGraphics, depending of the input parameters.

Parameters
counterA MatrixCounterCell that holds informations about the size of the matrices
dataif data = false, just allocate matrices for the output of a mesh
dimthe dimension of the space (in 1D, 2D or 3D)

Member Data Documentation

◆ data_

template<class G >
bool graphics::DenseMatrixCollection< G >::data_
protected

Information which values are stored in the mapping.

Definition at line 53 of file denseMatrixGraphics.hh.

◆ dim_

template<class G >
int graphics::DenseMatrixCollection< G >::dim_
protected

The physical space dimension.

Definition at line 50 of file denseMatrixGraphics.hh.


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