#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.
|
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...
|
|
◆ NEKTAR_VERSION
#define NEKTAR_VERSION "Unknown" |