#include <dataMatlab.hh>
Public Member Functions | |
| DataMatlabCell (std::ofstream *ofsmsh, std::ofstream *ofs1, std::ofstream *ofs2, std::ofstream *ofs3, uint dim, Real scl) | |
| DataMatlabCell (std::ofstream *ofs, uint dim, Real scl) | |
| virtual void | operator() (const concepts::Element< Real > &elm) |
| virtual void | operator() (const concepts::Cell &cell) |
| not operational | |
| void | write (std::ofstream **ofsmsh, std::ofstream **ofs1, std::ofstream **ofs2, std::ofstream **ofs3) |
| Returns the streams to write the data to. | |
| void | setVec (const concepts::Vector< Real > *sol) |
| Sets the vector of the variable to plot. | |
| const concepts::Array< Real > & | coeff () const |
| Returns the coefficients of the elements shape functions. | |
| const concepts::Vector< Real > * | solution () const |
| Returns pointer to vector to plot. | |
| Real | offset () const |
| Real | range () const |
| uint & | count () |
| Number of points written to the files, used for mesh representation. | |
| uint | dim () const |
| Real | scale () const |
| concepts::DynArray< uint > & | map () |
| virtual void | operator() (const Element< Real > &elm)=0 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Writes the data which describe the elements to the given streams.
Definition at line 45 of file dataMatlab.hh.
| graphics::DataMatlabCell::DataMatlabCell | ( | std::ofstream * | ofsmsh, |
| std::ofstream * | ofs1, | ||
| std::ofstream * | ofs2, | ||
| std::ofstream * | ofs3, | ||
| uint | dim, | ||
| Real | scl | ||
| ) |
Constructor
| ofsmsh | Stream for the mesh |
| ofs1 | Stream for x-Coordinates |
| ofs2 | Stream for y-Coordinates |
| ofs3 | Stream for z-Coordinates (dim equal 3) or the data of the vector (dim equal 2) |
| dim | Spatial dimension of the elements |
| scl | Data scaling factor |
| graphics::DataMatlabCell::DataMatlabCell | ( | std::ofstream * | ofs, |
| uint | dim, | ||
| Real | scl | ||
| ) |
Constructor
| ofs | Stream for the mesh |
| dim | Spatial dimension of the elements |
| scl | Data scaling factor |
|
inline |
Returns the coefficients of the elements shape functions.
Definition at line 79 of file dataMatlab.hh.
|
inline |
Number of points written to the files, used for mesh representation.
Definition at line 85 of file dataMatlab.hh.
|
inline |
Definition at line 86 of file dataMatlab.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in graphics::MatrixCounterCell, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
inline |
Definition at line 88 of file dataMatlab.hh.
|
inline |
Definition at line 82 of file dataMatlab.hh.
|
virtual |
not operational
Implements concepts::CellPostprocess< Real >.
|
virtual |
Output of the mesh and vector data of the element
|
pure virtualinherited |
Application operator. This application operator has to be overloaded to post process a space.
| elm | Current element |
Implemented in concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
inline |
Definition at line 83 of file dataMatlab.hh.
|
inline |
Definition at line 87 of file dataMatlab.hh.
|
inline |
Returns pointer to vector to plot.
Definition at line 81 of file dataMatlab.hh.