Example demonstrating addition of field data from phys grid to PG2 mesh. More...
Include dependency graph for AddFieldtoPG2.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Example demonstrating addition of field data from phys grid to PG2 mesh.
This example shows how to:
This tool is useful for transferring field data from phys grid solutions to PG2 mesh representations for climate model analysis.
Description: Add field data from phys grid to PG2 mesh for visualization and analysis
| argc | Number of command line arguments |
| argv | Command line arguments array |
Definition in file AddFieldtoPG2.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 32 of file AddFieldtoPG2.cpp.
References ProgOptions::addOpt(), moab::Core::create_meshset(), ErrorCode, moab::Core::get_entities_by_dimension(), moab::Core::globalId_tag(), moab::Core::load_file(), mb, MB_CHK_SET_ERR, MESHSET_SET, ProgOptions::parseCommandLine(), ProgOptions::printHelp(), moab::Range::size(), moab::Core::tag_get_data(), moab::Core::tag_get_handle(), moab::Core::tag_set_data(), and moab::Core::write_file().