|
|
| Unstructured (Tecplot_file &, Array< int > elements, Array< double > pos, Array< double > vars, std::string name_arg="unstructured_zone") |
| |
| void | write (const double *pos, const double *vars) override |
| |
|
| Zone (Tecplot_file &, int n_nodes_arg, std::string name_arg) |
| |
|
| Zone (const Zone &other)=delete |
| |
|
Zone & | operator= (const Zone &other)=delete |
| |
|
|
Tecplot_file & | file |
| |
|
std::string | name |
| |
|
int | n_nodes |
| | number of data points to write in each write() invokation
|
| |
|
int | tecio_zone_index |
| | TecIO's zone index, which is not the same as i_zone and may not be unique for all time.
|
| |
|
int | n_total_vars |
| |
|
std::vector< int > | var_types |
| |
|
std::vector< int > | shared |
| |
|
std::vector< int > | location |
| |
|
std::vector< int > | passive |
| |
|
int | strand_id |
| |
◆ write()
| void hexed::Tecplot_file::Unstructured::write |
( |
const double * | pos, |
|
|
const double * | vars ) |
|
overridevirtual |
- Parameters
-
| pos | pointer to position data in order [i_dim][i_node] |
| vars | pointer to state (i.e. non-position) data in order [i_var][i_node]. If there are zero state variables, this pointer will never be dereferenced and therefore is allowed to be nullptr. |
Reimplemented from hexed::Tecplot_file::Zone.
The documentation for this class was generated from the following files:
- /home/micaiah/Desktop/hexed/include/Tecplot_file.hpp
- /home/micaiah/Desktop/hexed/libhexed/Tecplot_file.cpp