Nektar++
Namespaces | Macros | Enumerations | Functions | Variables
FieldIO.cpp File Reference
#include <boost/asio/ip/host_name.hpp>
#include <boost/format.hpp>
#include <LibUtilities/BasicConst/GitRevision.h>
#include <LibUtilities/BasicUtils/FieldIO.h>
#include <LibUtilities/BasicUtils/Filesystem.hpp>
#include <chrono>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <ios>
#include <regex>
#include <set>
#include <system_error>

Go to the source code of this file.

Namespaces

namespace  Nektar
 
namespace  Nektar::LibUtilities
 

Macros

#define NEKTAR_VERSION   "Unknown"
 

Enumerations

enum  Nektar::LibUtilities::FieldIOType { Nektar::LibUtilities::eXML , Nektar::LibUtilities::eHDF5 }
 Enumerator for auto-detection of FieldIO types. More...
 

Functions

FieldIOFactory & Nektar::LibUtilities::GetFieldIOFactory ()
 Returns the FieldIO factory. More...
 
void Nektar::LibUtilities::Write (const std::string &outFile, std::vector< FieldDefinitionsSharedPtr > &fielddefs, std::vector< std::vector< NekDouble > > &fielddata, const FieldMetaDataMap &fieldinfomap, const bool backup)
 This function allows for data to be written to an FLD file when a session and/or communicator is not instantiated. Typically used in utilities which do not take XML input and operate in serial only. More...
 
void Nektar::LibUtilities::Import (const std::string &infilename, std::vector< FieldDefinitionsSharedPtr > &fielddefs, std::vector< std::vector< NekDouble > > &fielddata, FieldMetaDataMap &fieldinfomap, const Array< OneD, int > &ElementIDs)
 This function allows for data to be imported from an FLD file when a session and/or communicator is not instantiated. Typically used in utilities which only operate in serial. More...
 
int Nektar::LibUtilities::GetNumberOfDataPoints (const FieldDefinitionsSharedPtr &fielddefs, unsigned int &cnt)
 Compute the number of values needed to store elemental expansion. More...
 

Variables

std::string Nektar::LibUtilities::fldCmdFormat
 

Macro Definition Documentation

◆ NEKTAR_VERSION

#define NEKTAR_VERSION   "Unknown"

Definition at line 56 of file FieldIO.cpp.