Skip to content
Snippets Groups Projects
Commit 7bb5ce07 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Nodal index is now a public argument of Solver.

This argument is needed in BLASTER to build the adjoint matrix.
parent 1f73edb2
No related branches found
No related tags found
No related merge requests found
Pipeline #48031 passed with warnings
......@@ -67,10 +67,10 @@ public:
double Cd; ///< drag coefficient
double Cs; ///< sideforce coefficient
double Cm; ///< pitch moment coefficient (positive nose-up)
std::vector<int> rows; ///< unknown nodal index
protected:
fwk::Timers tms; ///< internal timers
std::vector<int> rows; ///< unknown nodal index
public:
Solver(std::shared_ptr<Problem> _pbl, std::shared_ptr<tbox::LinearSolver> _linsol, double rTol, double aTol, int mIt, int nthrds, int vrb);
......
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