|
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 > |
|
|
| 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 |
|
|
std::unique_ptr< Data > | d_ptr |
|
Definition at line 38 of file io_dgf.h.
The documentation for this class was generated from the following files: