Extension: Json and NetCDF utilities
#include "dg/file/file.h"
|
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 |
using dg::file::NcFile = MPINcFile |
Convenience typedef for platform independent code If MPI_VERSION
is defined, expands to dg::file::MPINcFile
else to dg::file::SerialNcFile