3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
test_container_io.cc File Reference

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>

Description

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 ()

Function Documentation

◆ main()

int main ( )