Gradient Augmented Levelset Implementation in CPU & GPU
|
#include <levelset-velocity.h>
Public Member Functions | |
LevelsetVelocity (const T_GRID &grid) | |
LevelsetVelocity ()=delete | |
~LevelsetVelocity () | |
const T_GRID & | grid () const |
Array< T_GRID, Vec3< T > > & | velocity () |
const Array< T_GRID, Vec3< T > > & | velocity () const |
Array< T_GRID, Mat3< T > > & | velocityGradient () |
const Array< T_GRID, Mat3< T > > & | velocityGradient () const |
Class to create LevelsetVelocity.
Definition at line 49 of file levelset-velocity.h.
LevelsetVelocity | ( | const T_GRID & | grid | ) |
|
delete |
Remove default constructor.
~LevelsetVelocity | ( | ) |
Destructor
Definition at line 43 of file levelset-velocity.cc.
|
inline |
Return gradient of velocity field.
Definition at line 88 of file levelset-velocity.h.
Return gradient of velocity field.
Definition at line 94 of file levelset-velocity.h.