|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <hdf5.h>Go to the source code of this file.
Classes | |
| struct | fub::H5Handle< Deleter > |
| struct | fub::H5Fdeleter |
| struct | fub::H5Sdeleter |
| struct | fub::H5Ddeleter |
| struct | fub::H5Adeleter |
| struct | fub::H5Pdeleter |
Namespaces | |
| fub | |
| The fub namespace. | |
Typedefs | |
| using | fub::H5File = H5Handle< H5Fdeleter > |
| using | fub::H5Space = H5Handle< H5Sdeleter > |
| using | fub::H5Dataset = H5Handle< H5Ddeleter > |
| using | fub::H5Attribute = H5Handle< H5Adeleter > |
| using | fub::H5Properties = H5Handle< H5Pdeleter > |