Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Provides class Io::Dgf::Handler to communicate between dgf files and finite element functions. More...
#include <sstream>
#include <iterator>
#include <iomanip>
#include "esfem_fwd.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | Esfem::Io::Dgf::Handler |
Namespaces | |
Esfem | |
The evolving surface finite element method. | |
Esfem::Io | |
Input output routines. | |
Functions | |
Handler::Simplices | Esfem::Io::Dgf::create_simplices (const std::string &filename) |
Handler::Lines | Esfem::Io::Dgf::create_stringSimplices (const std::string &filename) |
std::size_t | Esfem::Io::Dgf::get_precision (const std::string &filename) |
std::size_t | Esfem::Io::Dgf::calculate_dof (const std::string &dgf_file) |
Handler::Vertices | Esfem::Io::Dgf::create_vertices (const std::string &filename) |
Handler::Lines | Esfem::Io::Dgf::create_stringVertices (const std::string &filename) |
template<typename It > | |
It | Esfem::Io::Dgf::find (It first, It last, const std::string &keyword) |
template<typename It > | |
It | Esfem::Io::Dgf::close_list (It first, It last, const std::string &keyword) |
template<typename FEfun > | |
FEfun & | Esfem::Io::Dgf::operator<< (FEfun &, const Handler::Vertices &) |
template<typename CC > | |
void | Esfem::Io::Dgf::to_dgfFile (const CC &, std::ostream &, const std::size_t precision) |
template<typename C > | |
C | Esfem::Io::Dgf::to (const std::string &) |
template<typename C > | |
std::string | Esfem::Io::Dgf::from (const C &, const std::size_t precision) |
template<typename C > | |
Handler::Vertices | Esfem::Io::Dgf::to_vertices (const C &, const int dim=3) |
template<typename It > | |
Handler::Vertices | Esfem::Io::Dgf::to_vertices (It first, It last, const int dim, const std::size_t size) |
Esfem::Io::Dgf::catch (const std::exception &) | |
Provides class Io::Dgf::Handler to communicate between dgf files and finite element functions.
Revised by Christian Power March 2016 Originally written by Christian Power (power22c@gmail.com) March 2016
Providing routines to input resp. output nodal values of a scalar valued finite element function to files according to the dune grid format.
Created by Christian Power on 17.03.2016 Copyright (c) 2016 Christian Power. All rights reserved.
Definition in file io_dgf.h.