| 
    rsvs3D
    0.0.0
    
   Codes for the c++ implementation of the 3D RSVS 
   | 
 
  
Public Member Functions | |
| void | setDevParameters (const param::dev::devparam &) override | 
| Set the Development parameters of the Calculator object.  | |
| void | ConvergenceLog (std::ofstream &, int=3) const override | 
| Print convergence information to a log stream.  More... | |
| void | CalculateVelocities (triangulation &triRSVS, int calculationMethod=0, bool calculateDerivatives=true, int derivativeMethod=1) override | 
| VelocityFunction (simplevelocity activeFunction) | |
Private Attributes | |
| simplevelocity | activeFunction | 
Definition at line 25 of file SnakeVelocities.hpp.
      
  | 
  overridevirtual | 
Print convergence information to a log stream.
| file | A file stream already opened | 
| logLevel | The level of logging, lower is more logs. | 
Implements rsvs3d::SnakeVelocityCalculator.
Definition at line 13 of file SnakeVelocities.cpp.