|
rsvs3D
0.0.0
Codes for the c++ implementation of the 3D RSVS
|
Parameters related to the Velocity calculation and VOS steps. More...
#include <parameters.hpp>
Public Member Functions | |
| void | PrepareForUse () |
Public Attributes | |
| int | solveralgorithm |
| Algorithm used by Eigen to solve the SQP system. More... | |
| filltype< double > | cstfill |
| Fill the VOS values with a constant value. | |
| filltype< std::string > | filefill |
| Fill the VOS values from file filefill.fill. | |
| filltype< std::string > | makefill |
| Fill the VOS values from a run time function accessible from makefill.fill. | |
Parameters related to the Velocity calculation and VOS steps.
Definition at line 74 of file parameters.hpp.
| int param::rsvs::solveralgorithm |
Algorithm used by Eigen to solve the SQP system.
See RSVScalc::SQPStep for details of the valid options.
Definition at line 82 of file parameters.hpp.