#include <deal2lkit/config.h>
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/subscriptor.h>
#include <boost/any.hpp>
#include <vector>
#include <algorithm>
#include <typeinfo>
#include <map>
#include <deal2lkit/utilities.h>
Go to the source code of this file.
Classes | |
class | AnyData |
Store any amount of any type of data accessible by an identifier string. | |