Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
Go to the source code of this file.
Namespaces | |
alsfvm | |
Various utility functions to implement the tecno flux. | |
alsfvm::io | |
Functions | |
template<class RealType > | |
std::enable_if< std::is_same< RealType, double >::value, int >::type | alsfvm::io::ncmpi_put_vara_real_all (int ncid, int varid, const MPI_Offset *start, const MPI_Offset *count, const RealType *op) |
Wrapper function for ncmpi_put_vara_double_all. More... | |
template<class RealType > | |
std::enable_if< std::is_same< RealType, float >::value, int >::type | alsfvm::io::ncmpi_put_vara_real_all (int ncid, int varid, const MPI_Offset *start, const MPI_Offset *count, const RealType *op) |
Wrapper function for ncmpi_put_vara_float_all. More... | |