MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <vector>
#include <map>
#include <set>
#include <string>
#include "moab/ReaderIface.hpp"
#include "moab/ScdInterface.hpp"
#include "DebugOutput.hpp"
#include "netcdf.h"
Go to the source code of this file.
Classes | |
class | moab::ReadNC |
Output Exodus File for VERDE. More... | |
class | moab::ReadNC::AttData |
class | moab::ReadNC::VarData |
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | NCFUNC(func) nc_##func |
#define | NCFUNCAG(func) nc_get##func |
#define | NCFUNCG(func) nc_get##func |
#define | NCDF_SIZE size_t |
#define | NCDF_DIFF ptrdiff_t |
#define NCDF_DIFF ptrdiff_t |
Definition at line 51 of file ReadNC.hpp.
Referenced by moab::NCHelper::read_coordinate().
#define NCDF_SIZE size_t |
Definition at line 50 of file ReadNC.hpp.
Referenced by moab::NCHelperMPAS::create_gather_set_cells(), moab::NCHelperGCRM::create_gather_set_edges(), moab::NCHelperMPAS::create_gather_set_edges(), moab::NCHelperGCRM::create_gather_set_vertices(), moab::NCHelperMPAS::create_gather_set_vertices(), moab::NCHelperMPAS::create_local_edges(), moab::NCHelperGCRM::create_local_edges(), moab::NCHelperGCRM::create_local_vertices(), moab::NCHelperMPAS::create_local_vertices(), moab::NCHelperScrip::create_mesh(), moab::NCHelperHOMME::create_mesh(), moab::NCHelperGCRM::create_mesh(), moab::NCHelperMPAS::create_mesh(), moab::NCHelperGCRM::create_padded_gather_set_cells(), moab::NCHelperMPAS::create_padded_gather_set_cells(), moab::ReadNC::get_dimensions(), moab::NCWriteHelper::init_file(), moab::NCHelper::read_coordinate(), moab::NCHelperHOMME::read_ucd_variables_to_nonset(), moab::NCHelperGCRM::read_ucd_variables_to_nonset(), moab::NCHelperMPAS::read_ucd_variables_to_nonset(), moab::NCWriteMPAS::write_nonset_variables(), moab::NCWriteGCRM::write_nonset_variables(), and moab::NCWriteHOMME::write_nonset_variables().
#define NCFUNC | ( | func | ) | nc_##func |
Definition at line 47 of file ReadNC.hpp.
Referenced by moab::NCHelperHOMME::can_read_file(), moab::NCHelperDomain::can_read_file(), moab::NCHelperFV::can_read_file(), moab::NCHelperEuler::can_read_file(), moab::NCHelper::create_attrib_string(), moab::NCHelperMPAS::create_gather_set_cells(), moab::NCHelperGCRM::create_gather_set_edges(), moab::NCHelperMPAS::create_gather_set_edges(), moab::NCHelperGCRM::create_gather_set_vertices(), moab::NCHelperMPAS::create_gather_set_vertices(), moab::NCHelperMPAS::create_local_edges(), moab::NCHelperGCRM::create_local_edges(), moab::NCHelperMPAS::create_local_vertices(), moab::NCHelperGCRM::create_local_vertices(), moab::NCHelperScrip::create_mesh(), moab::NCHelperHOMME::create_mesh(), moab::NCHelperMPAS::create_mesh(), moab::NCHelperGCRM::create_mesh(), moab::NCHelperGCRM::create_padded_gather_set_cells(), moab::NCHelperMPAS::create_padded_gather_set_cells(), moab::ReadNC::get_attributes(), moab::ReadNC::get_dimensions(), moab::NCHelper::get_nc_helper(), moab::ReadNC::get_variables(), moab::NCWriteHelper::init_file(), moab::NCHelperHOMME::init_mesh_vals(), moab::NCHelperScrip::init_mesh_vals(), moab::ReadNC::load_file(), moab::NCHelperHOMME::NCHelperHOMME(), moab::ReadNC::read_header(), moab::WriteNC::write_file(), and moab::NCWriteHelper::write_set_variables().
#define NCFUNCAG | ( | func | ) | nc_get##func |
Definition at line 48 of file ReadNC.hpp.
Referenced by moab::NCHelperGCRM::create_local_edges(), moab::NCHelperMPAS::create_local_edges(), moab::NCHelperGCRM::create_local_vertices(), moab::NCHelperMPAS::create_local_vertices(), moab::NCHelperDomain::create_mesh(), moab::NCHelperScrip::create_mesh(), moab::NCHelperHOMME::create_mesh(), moab::NCHelperGCRM::create_mesh(), moab::NCHelperMPAS::create_mesh(), moab::NCHelper::read_coordinate(), moab::ScdNCHelper::read_scd_variables_to_nonset(), moab::NCHelperHOMME::read_ucd_variables_to_nonset(), moab::NCHelperGCRM::read_ucd_variables_to_nonset(), moab::NCHelperMPAS::read_ucd_variables_to_nonset(), and moab::NCHelper::read_variables_to_set().
#define NCFUNCG | ( | func | ) | nc_get##func |
Definition at line 49 of file ReadNC.hpp.
Referenced by moab::NCHelperMPAS::create_gather_set_cells(), moab::NCHelperGCRM::create_gather_set_edges(), moab::NCHelperMPAS::create_gather_set_edges(), moab::NCHelperGCRM::create_gather_set_vertices(), moab::NCHelperMPAS::create_gather_set_vertices(), moab::NCHelperGCRM::create_padded_gather_set_cells(), and moab::NCHelperMPAS::create_padded_gather_set_cells().