Test writing and reading sequence container to and from file. More...
#include <config.h>#include <algorithm>#include <vector>#include <list>#include <deque>#include <array>#include <initializer_list>#include <dune/common/float_cmp.hh>#include <dune/common/fvector.hh>#include <dune/istl/bvector.hh>#include <dumux/io/container.hh>Test writing and reading sequence container to and from file.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
Functions | |
| template<typename T > | |
| bool | Dumux::testContainerIO (const T &c0, int floatPrecision=6) |
| template<typename T > | |
| bool | Dumux::testContainerIO (const std::initializer_list< typename T::value_type > &init) |
| template<typename T > | |
| bool | Dumux::testContainerWriter (const T &c0) |
| int | main () |
| int main | ( | ) |
