| 
    rsvs3D
    0.0.0
    
   Codes for the c++ implementation of the 3D RSVS 
   | 
 
A base class which needs to be inherited from to implement a new velocity calculation. More...
#include <SnakeVelocityCalculator.hpp>
  
Public Member Functions | |
| virtual void | setDevParameters (const param::dev::devparam &)=0 | 
| Set the Development parameters of the Calculator object.  | |
| virtual void | ConvergenceLog (std::ofstream &, int=3) const =0 | 
| Print convergence information to a log stream.  More... | |
| virtual void | CalculateVelocities (triangulation &triRSVS, int calculationMethod=0, bool calculateDerivatives=true, int derivativeMethod=1)=0 | 
A base class which needs to be inherited from to implement a new velocity calculation.
Definition at line 31 of file SnakeVelocityCalculator.hpp.
      
  | 
  pure virtual | 
Print convergence information to a log stream.
| file | A file stream already opened | 
| logLevel | The level of logging, lower is more logs. | 
Implemented in RSVScalc, and rsvs3d::VelocityFunction.