rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
rsvs3d::VelocityFunction Class Reference
Inheritance diagram for rsvs3d::VelocityFunction:
rsvs3d::SnakeVelocityCalculator

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
 

Detailed Description

Definition at line 25 of file SnakeVelocities.hpp.

Member Function Documentation

◆ ConvergenceLog()

void VelocityFunction::ConvergenceLog ( std::ofstream &  ,
int  = 3 
) const
overridevirtual

Print convergence information to a log stream.

Parameters
fileA file stream already opened
logLevelThe level of logging, lower is more logs.

Implements rsvs3d::SnakeVelocityCalculator.

Definition at line 13 of file SnakeVelocities.cpp.


The documentation for this class was generated from the following files: