Flow123d
release_2.1.0-87-gfbc1563
|
#include <msh_gmshreader.h>
Public Attributes | |
bool | actual |
std::string | field_name |
std::string | interpolation_scheme |
Currently ont used. More... | |
double | time |
unsigned int | time_index |
Currently ont used. More... | |
unsigned int | n_components |
Number of values on one row. More... | |
unsigned int | n_entities |
Number of rows. More... | |
unsigned int | partition_index |
?? Currently ont used More... | |
Tokenizer::Position | position |
Position of data in mesh file. More... | |
Definition at line 57 of file msh_gmshreader.h.
bool GMSH_DataHeader::actual |
True if the stream position is just after the header. False either before first header is found or at EOF.
Definition at line 60 of file msh_gmshreader.h.
std::string GMSH_DataHeader::field_name |
Definition at line 61 of file msh_gmshreader.h.
std::string GMSH_DataHeader::interpolation_scheme |
Currently ont used.
Definition at line 63 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::n_components |
Number of values on one row.
Definition at line 68 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::n_entities |
Number of rows.
Definition at line 70 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::partition_index |
?? Currently ont used
Definition at line 72 of file msh_gmshreader.h.
Tokenizer::Position GMSH_DataHeader::position |
Position of data in mesh file.
Definition at line 74 of file msh_gmshreader.h.
double GMSH_DataHeader::time |
Definition at line 64 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::time_index |
Currently ont used.
Definition at line 66 of file msh_gmshreader.h.