24 #ifndef ASLMATFORMAT_H
25 #define ASLMATFORMAT_H
41 typedef std::shared_ptr<ElementBase>
Element;
61 void writeMAT(
const string &fileName, vector<pair<SPAbstractData,string>> data);
70 void writeMAT(
const string &fileName, vector<pair<acl::Element,string>> data);
77 void writeMAT(
const string &fileName,
Probe & probe,
unsigned int component,
const string & name);
Collects point values from the input data.
void writeMAT(const string &fileName, Probe &probe, unsigned int component, const string &name)
writes probe values in a MatLab file
Advanced Computational Language.
std::shared_ptr< ElementBase > Element
Advanced Simulation Library.
shared_ptr< AbstractData > SPAbstractData