Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Public Types | Public Member Functions | Private Attributes | List of all members
Esfem::Io::Dgf::Handler Class Reference

Classes

struct  Data
 

Public Types

using Vertex = std::vector< double >
 
using Vertices = std::vector< Vertex >
 
using Simplex = std::vector< short >
 
using Simplices = std::vector< Simplex >
 
using Lines = std::vector< std::string >
 

Public Member Functions

 Handler (const std::string &dgf_filename)
 
void write (const std::string &out_filename, const Grid::Scal_FEfun &) const
 
void write (const std::string &out_filename, const Grid::Vec_FEfun &) const
 
void read (const std::string &in_filename, Grid::Vec_FEfun &) const
 
void read (const std::string &in_filename, Grid::Scal_FEfun &) const
 
std::size_t no_of_nodes () const noexcept
 

Private Attributes

std::unique_ptr< Datad_ptr
 

Detailed Description

Definition at line 38 of file io_dgf.h.


The documentation for this class was generated from the following files: