#include "moab/MOABConfig.h"
#include "moab/ProgOptions.hpp"
#include "moab/Core.hpp"
#include "moab/Range.hpp"
#include "netcdf.h"
#include <cmath>
#include <sstream>
#include <map>
#include <Eigen/Sparse>
Go to the source code of this file.
Macros | |
#define | ERR_NC(e) |
#define | GET_DIM1(ncdim, name, val) |
#define | GET_VAR1(name, id, dims) |
#define | GET_1D_INT_VAR1(name, id, vals) |
#define | GET_1D_DBL_VAR1(name, id, vals) |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | ncFile1 |
#define ERR_NC | ( | e | ) |
Definition at line 30 of file visuMapVtk.cpp.
#define GET_1D_DBL_VAR1 | ( | name, | |
id, | |||
vals | |||
) |
Definition at line 100 of file visuMapVtk.cpp.
#define GET_1D_INT_VAR1 | ( | name, | |
id, | |||
vals | |||
) |
Definition at line 79 of file visuMapVtk.cpp.
#define GET_DIM1 | ( | ncdim, | |
name, | |||
val | |||
) |
Definition at line 41 of file visuMapVtk.cpp.
#define GET_VAR1 | ( | name, | |
id, | |||
dims | |||
) |
Definition at line 59 of file visuMapVtk.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 125 of file visuMapVtk.cpp.
References moab::Core::add_entities(), ProgOptions::addOpt(), moab::Core::clear_meshset(), moab::Core::create_meshset(), ERR_NC, ErrorCode, moab::fail(), GET_1D_DBL_VAR1, GET_1D_INT_VAR1, moab::Core::get_adjacencies(), GET_DIM1, moab::Core::get_entities_by_dimension(), moab::Core::globalId_tag(), moab::Range::index(), moab::Range::insert(), moab::Core::load_file(), mb, MB_CHK_ERR, MB_CHK_SET_ERR, MB_TAG_CREAT, MB_TAG_DENSE, MB_TYPE_DOUBLE, moab::Range::merge(), MESHSET_SET, ncFile1, ProgOptions::parseCommandLine(), moab::Range::size(), moab::Core::tag_get_data(), moab::Core::tag_get_handle(), moab::Core::tag_set_data(), moab::Interface::UNION, and moab::Core::write_mesh().
int ncFile1 |
Definition at line 39 of file visuMapVtk.cpp.
Referenced by main().