|
ug4
|
#include <iostream>#include <fstream>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<typename Vector_type , typename postype > | |
| void | ug::WriteVectorCSV (const char *filename, const Vector_type &b, postype *positions, int dimensions) |
| writes to a file in somewhat SparseMatrix-market format (for connection viewer) | |