Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#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... | |
Definition at line 68 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 71 of file msh_gmshreader.h.
std::string GMSH_DataHeader::field_name |
Definition at line 72 of file msh_gmshreader.h.
std::string GMSH_DataHeader::interpolation_scheme |
Currently ont used.
Definition at line 74 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::n_components |
Number of values on one row.
Definition at line 79 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::n_entities |
Number of rows.
Definition at line 81 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::partition_index |
?? Currently ont used
Definition at line 83 of file msh_gmshreader.h.
double GMSH_DataHeader::time |
Definition at line 75 of file msh_gmshreader.h.
unsigned int GMSH_DataHeader::time_index |
Currently ont used.
Definition at line 77 of file msh_gmshreader.h.