rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
RSVSclass.hpp File Reference

Simple class containing all the information needed for the 3D-RSVS execution. More...

#include <fstream>
#include <iostream>
#include <memory>
#include "SnakeVelocityCalculator.hpp"
#include "mesh.hpp"
#include "parameters.hpp"
#include "polyscopersvs.hpp"
#include "postprocessing.hpp"
#include "snake.hpp"
#include "triangulate.hpp"

Go to the source code of this file.

Classes

class  integrate::RSVStecplot
 
class  integrate::RSVSclass
 

Typedefs

typedef std::shared_ptr< rsvs3d::SnakeVelocityCalculatorintegrate::RSVSCalculator
 

Detailed Description

Simple class containing all the information needed for the 3D-RSVS execution.

Definition in file RSVSclass.hpp.