Extension: Json and NetCDF utilities
#include "dg/file/file.h"
Loading...
Searching...
No Matches
Collaboration diagram for The NcFile class:

Topics

 Utilities for the NcFile class
 

Classes

struct  dg::file::SerialNcFile
 Serial NetCDF-4 file. More...
 
struct  dg::file::MPINcFile
 MPI NetCDF-4 file based on serial NetCDF. More...
 

Typedefs

using dg::file::NcFile = MPINcFile
 

Detailed Description

Typedef Documentation

◆ NcFile

Convenience typedef for platform independent code If MPI_VERSION is defined, expands to dg::file::MPINcFile else to dg::file::SerialNcFile