|
Gradient Augmented Levelset Implementation in CPU & GPU
|
#include <levelset.h>
Public Member Functions | |
| Levelset () | |
| ~Levelset () | |
| void | parse (const YAML::Node &field, GALS::INPUT_FIELDS::InputFields *p_input_fields) |
| void | operator() (const YAML::Node &field, GALS::INPUT_FIELDS::InputFields *p_input_fields) |
Class to parse input fields for grid.
Definition at line 46 of file levelset.h.
| Levelset | ( | ) |
Default constructor
Definition at line 37 of file levelset.cc.
| ~Levelset | ( | ) |
Destructor
Definition at line 39 of file levelset.cc.
| void operator() | ( | const YAML::Node & | field, |
| GALS::INPUT_FIELDS::InputFields * | p_input_fields | ||
| ) |
Overloaded operator to parse.
| field | YAML node for grid. |
| p_input_fields | pointer to input fields object. |
Definition at line 51 of file levelset.cc.
| void parse | ( | const YAML::Node & | field, |
| GALS::INPUT_FIELDS::InputFields * | p_input_fields | ||
| ) |
Parse input variables for grid section.
| field | YAML node for grid. |
| p_input_fields | pointer to input fields object. |
Definition at line 41 of file levelset.cc.