|
template<class T > |
| PythonGraphics (const concepts::Space< T > &spc) |
|
bp::dict | getData () |
|
Definition at line 14 of file graphicspy.hh.
◆ 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()
DenseMatrixCollection< Real > graphics::DenseMatrixGraphics::getMesh |
( |
concepts::Mesh & |
msh, |
|
|
const uint |
points = 5 |
|
) |
| |
|
protectedinherited |
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()
template<class G >
DenseMatrixCollection< G > graphics::DenseMatrixGraphics::getSpace |
( |
const concepts::Space< G > & |
spc | ) |
|
|
protectedinherited |
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.
◆ dictionary
bp::dict graphicspy::PythonGraphics::dictionary |
|
protected |
◆ noPoints
uint graphics::DenseMatrixGraphics::noPoints |
|
staticinherited |
The documentation for this class was generated from the following file: