Gradient Augmented Levelset Implementation in CPU & GPU
|
Data Structures | |
class | Levelset |
class | Velocity |
Enumerations | |
enum | LevelsetFieldNames { NOT_DEFINED, CIRCLE } |
enum | VelocityFieldNames { NOT_DEFINED, CIRCULAR } |
Variables | |
static std::map< std::string, LevelsetFieldNames > | levelset_name_map {{"CIRCLE", LevelsetFieldNames::CIRCLE}} |
static std::map< std::string, VelocityFieldNames > | velocity_name_map {{"CIRCULAR", VelocityFieldNames::CIRCULAR}} |
|
strong |
|
strong |
|
static |
enum maps for levelset fields.
Definition at line 54 of file levelset.h.
|
static |
enum maps for velocity fields.
Definition at line 54 of file velocity.h.