Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Go to the source code of this file.
Classes | |
struct | alsfvm::io::NetCDFType< RealType > |
struct | alsfvm::io::NetCDFType< float > |
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::io | |
Macros | |
#define | NETCDF_SAFE_CALL(x) |
Typedefs | |
typedef int | alsfvm::io::netcdf_raw_ptr |
Functions | |
netcdf_raw_ptr | alsfvm::io::getNetcdfRealType () |
Gets the type corresponding to the alsfvm::real type. More... | |
template<class RealType > | |
std::enable_if< std::is_same< RealType, double >::value, int >::type | alsfvm::io::nc_put_var_real (int ncid, int varid, const RealType *op) |
Wrapper function for nc_put_var_double. More... | |
template<class RealType > | |
std::enable_if< std::is_same< RealType, float >::value, int >::type | alsfvm::io::nc_put_var_real (int ncid, int varid, const RealType *op) |
Wrapper function for nc_put_var_double. More... | |
#define NETCDF_SAFE_CALL | ( | x | ) |