Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Namespaces | Functions
io_dof.h File Reference

<Program name>=""> More...

#include <fstream>
#include "esfem_fwd.h"
Include dependency graph for io_dof.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Esfem
 The evolving surface finite element method.
 
 Esfem::Io
 Input output routines.
 

Functions

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

Detailed Description

<Program name>="">

Revision history:

 Revised by Christian Power dd.mm.yyyy
 Originally written by Christian Power
      (power22c@gmail.com) 21. Februar 2016

Routine to read and write dof of finite element functions to files.

Created by Christian Power on 21.02.2016 Copyright (c) 2016 Christian Power. All rights reserved.

Definition in file io_dof.h.