
Go to the source code of this file.
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
Functions | |
| template<class F > | |
| bool | concepts::storeDenseMatrixToMatlab (F &matrix, const uint nofRows, const uint nofCols, const std::string filename, std::string name="", bool append=false) |
Stores a matrix to the matlab file filename as dense matrix name. | |
| template<class F > | |
| void | concepts::storeDenseMatrixToMatlab (F &matrix, const uint nofRows, const uint nofCols, std::ostream &ofs, std::string name="") |
Writes a matrix to the stream ofs as dense matrix name in Matlab format. | |
| template<class F > | |
| void | concepts::storeSparseMatrixToOctave (SparseMatrix< F > &matrix, std::ostream &ofs, std::string name="") |
Writes a matrix to the stream ofs as dense matrix name in Octave format (older version don't have sparse matrix format). | |
Variables | |
| static uint | concepts::storeDenseMatrixMatlabCounter_ = 0 |
| Counts number of Matlab outputs (used to uniquely name the matrices) | |
| static uint | concepts::storeSparseMatrixMatlabCounter_ = 0 |