Rheolef  7.1
an efficient C++ finite element environment
load_chunk.h File Reference

Go to the source code of this file.

Namespaces

 rheolef
 This file is part of Rheolef.
 

Functions

template<class RandomIterator >
bool load_chunk (std::istream &s, RandomIterator iter, RandomIterator last)
 
template<class RandomIterator , class GetFunction >
bool load_chunk (std::istream &s, RandomIterator iter, RandomIterator last, GetFunction get_element)