#include <denseMatrixGraphics.hh>
|
|
void | createMatrix_ (const std::string name, uint nrows, uint ncols) |
| | Creates one dense matrix.
|
| |
|
void | createMatrices_ (MatrixCounterCell &counter) |
| | Creates the matrices.
|
| |
|
| int | dim_ |
| | The physical space dimension.
|
| |
| bool | data_ |
| | Information which values are stored in the mapping.
|
| |
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.
◆ DenseMatrixCollection()
Constructor: Creates a DenseMatrixCollection holding matrices for graphical output with graphics::DenseMatrixGraphics, depending of the input parameters.
- Parameters
-
| counter | A MatrixCounterCell that holds informations about the size of the matrices |
| data | if data = false, just allocate matrices for the output of a mesh |
| dim | the dimension of the space (in 1D, 2D or 3D) |
◆ data_
◆ dim_
The documentation for this class was generated from the following file: