|
Nektar++
|
#include <iomanip>#include <set>#include <string>#include <boost/core/ignore_unused.hpp>#include <LibUtilities/BasicUtils/PtsField.h>#include <LibUtilities/BasicUtils/PtsIO.h>#include "OutputTecplot.h"Go to the source code of this file.
Namespaces | |
| Nektar | |
| The above copyright notice and this permission notice shall be included. | |
| Nektar::FieldUtils | |
Functions | |
| template<typename T > | |
| void | Nektar::FieldUtils::WriteStream (std::ostream &outfile, T data) |
| Helper function to write binary data to stream. More... | |
| template<> | |
| void | Nektar::FieldUtils::WriteStream (std::ostream &outfile, std::string data) |
| Specialisation of WriteStream to support writing std::string. More... | |
| template<typename T > | |
| void | Nektar::FieldUtils::WriteStream (std::ostream &outfile, Array< OneD, T > data) |
| Specialisation of WriteStream to support writing Nektar::Array datatype. More... | |
| template<typename T > | |
| void | Nektar::FieldUtils::WriteStream (std::ostream &outfile, std::vector< T > data) |
| Specialisation of WriteStream to support writing std::vector datatype. More... | |
Variables | |
| std::string | Nektar::FieldUtils::TecplotZoneTypeMap [] |