Public Member Functions | |
VorticityDivergence (const std::string &outputDir, const std::string &outputLBName, bool realtime, const std::string &halfSizeOfNeighborhood, const std::string &smoothingKernel) | |
Algorithm constructor, called from w2vortdiv_main with the command-line options passed in. | |
void | processWindField (const code::Index::Record &rec) |
Static Public Member Functions | |
static bool | compute_2d (const code::LatLonGrid &u, const code::LatLonGrid &v, int halfSize, code::LatLonGrid &vort, code::LatLonGrid &div, code::LatLonGrid &wspd, code::LatLonGrid &wdir) |
w2img::VorticityDivergence::VorticityDivergence | ( | const std::string & | outputDir, | |
const std::string & | outputLBName, | |||
bool | realtime, | |||
const std::string & | halfSizeOfNeighborhood, | |||
const std::string & | smoothingKernel | |||
) |
Algorithm constructor, called from w2vortdiv_main with the command-line options passed in.
static bool w2img::VorticityDivergence::compute_2d | ( | const code::LatLonGrid & | u, | |
const code::LatLonGrid & | v, | |||
int | halfSize, | |||
code::LatLonGrid & | vort, | |||
code::LatLonGrid & | div, | |||
code::LatLonGrid & | wspd, | |||
code::LatLonGrid & | wdir | |||
) | [static] |
void w2img::VorticityDivergence::processWindField | ( | const code::Index::Record & | rec | ) |