Class that collects data for graphical output and stores it in concepts::ElementMatrices and graphics::DenseMatrixCollection.
More...
#include <denseMatrixGraphics.hh>
Class that collects data for graphical output and stores it in concepts::ElementMatrices and graphics::DenseMatrixCollection.
- Author
- Christian Heier, 2012
Definition at line 69 of file denseMatrixGraphics.hh.
◆ DenseMatrixGraphics()
graphics::DenseMatrixGraphics::DenseMatrixGraphics |
( |
| ) |
|
◆ ~DenseMatrixGraphics()
virtual graphics::DenseMatrixGraphics::~DenseMatrixGraphics |
( |
| ) |
|
|
virtual |
◆ getFunction()
template<class F , class G >
Returns a vector with the value of the function on the quadrature-points of a given space using the given concepts::ElementFormula
.
- Parameters
-
spc | The space on which the Element Formula is defined |
frm | The ElementFormula of the function that should be plotted |
Definition at line 194 of file denseMatrixGraphics.hh.
◆ getMesh()
Returns a graphics::DenseMatrixCollection<G> that contains informations for graphical output of the given mesh.
- Parameters
-
msh | The mesh |
dim | The dimension of the mesh |
◆ getSolution()
template<class F , class G >
Returns a vector with the value of the solution on the quadrature-points of a given space using a given coefficient vector.
- Parameters
-
spc | The space from which the solution vector was generated |
sol | The solution vector |
fun | Function of the solution (e.g. solution itself, its gradient, it's Laplacien etc.) |
Definition at line 130 of file denseMatrixGraphics.hh.
◆ getSpace()
Returns a graphics::DenseMatrixCollection<G> that contains informations for graphical output of the given space.
- Parameters
-
spc | The space |
dim | The dimension of the space |
Definition at line 171 of file denseMatrixGraphics.hh.
◆ noPoints
uint graphics::DenseMatrixGraphics::noPoints |
|
static |
The documentation for this class was generated from the following file: