Gradient Augmented Levelset Implementation in CPU & GPU
|
#include <input-fields.h>
Public Member Functions | |
InputFields () | |
~InputFields () | |
Class to store objects to all input fields.
Definition at line 48 of file input-fields.h.
InputFields | ( | ) |
Default constructor.
Definition at line 34 of file input-fields.cc.
~InputFields | ( | ) |
Destructor
Definition at line 43 of file input-fields.cc.
GALS::INPUT_FIELDS::General* m_general |
Definition at line 59 of file input-fields.h.
GALS::INPUT_FIELDS::Grid* m_grid |
Definition at line 60 of file input-fields.h.
GALS::INPUT_FIELDS::Levelset* m_levelset |
Definition at line 63 of file input-fields.h.
GALS::INPUT_FIELDS::Time* m_time |
Definition at line 61 of file input-fields.h.
GALS::INPUT_FIELDS::Velocity* m_velocity |
Definition at line 62 of file input-fields.h.