Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Functions
Esfem::Io Namespace Reference

Input output routines. More...

Classes

class  Error_stream
 Wrapper class for a std::stream. More...
 
class  L2H1_calculator
 Wrapper class for dune $L^2$- and $H^1$-norms. More...
 
class  Parameter
 
class  Paraview
 

Functions

template<typename It >
void file_to_dof (It first, It last, const std::string &filename)
 
template<typename It >
void file_to_dof (It first, const std::string &filename, std::size_t dof_no)
 
template<typename It >
void dof_to_file (It first, It last, const std::string &filename)
 
void err_open_file (const std::string &fname)
 
void err_file_to_small (const std::string &fname)
 
 catch (const std::exception &)
 

Detailed Description

Input output routines.