Skip to content
Snippets Groups Projects
Verified Commit 01f99c4c authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(feat) Added getter for unknow nodal index

The getter is added in the Solver
parent a79c39fd
No related branches found
No related tags found
No related merge requests found
Pipeline #49836 passed
......@@ -80,6 +80,8 @@ public:
virtual Status run();
void save(tbox::MshExport *mshWriter, std::string const &suffix = "");
int getRow(int i) const { return rows[i]; };
protected:
void computeFlow();
void computeLoad();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment