Gradient Augmented Levelset Implementation in CPU & GPU
Velocity Class Reference

#include <velocity.h>

Public Member Functions

 Velocity ()
 
 ~Velocity ()
 
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)
 

Detailed Description

Class to parse input fields for grid.

Definition at line 46 of file velocity.h.

Constructor & Destructor Documentation

Velocity ( )

Default constructor

Definition at line 37 of file velocity.cc.

~Velocity ( )

Destructor

Definition at line 39 of file velocity.cc.

Member Function Documentation

void operator() ( const YAML::Node &  field,
GALS::INPUT_FIELDS::InputFields p_input_fields 
)

Overloaded operator to parse.

Parameters
fieldYAML node for grid.
p_input_fieldspointer to input fields object.

Definition at line 51 of file velocity.cc.

void parse ( const YAML::Node &  field,
GALS::INPUT_FIELDS::InputFields p_input_fields 
)

Parse input variables for grid section.

Parameters
fieldYAML node for grid.
p_input_fieldspointer to input fields object.

Definition at line 41 of file velocity.cc.


The documentation for this class was generated from the following files: