Nektar++
Namespaces | Functions | Variables
OutputTecplot.cpp File Reference
#include <iomanip>
#include <set>
#include <string>
#include <LibUtilities/BasicUtils/PtsField.h>
#include <LibUtilities/BasicUtils/PtsIO.h>
#include "OutputTecplot.h"

Go to the source code of this file.

Namespaces

namespace  Nektar
 
namespace  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 []