Nektar++
Classes | Namespaces | Typedefs | Functions
Metric.h File Reference
#include <boost/filesystem.hpp>
#include <map>
#include <memory>
#include <string>
#include <tinyxml.h>
#include <TestException.hpp>

Go to the source code of this file.

Classes

class  Nektar::Metric
 Base class for all metrics. Metric represents a test metric that can be used to evaluate the functionality or performance of a Nektar++ executable. More...
 
class  Nektar::MetricFactory
 Datatype of the NekFactory used to instantiate classes derived from the Advection class. More...
 

Namespaces

namespace  Nektar
 The above copyright notice and this permission notice shall be included.
 

Typedefs

typedef std::shared_ptr< Metric > Nektar::MetricSharedPtr
 A shared pointer to an EquationSystem object. More...
 

Functions

std::string PortablePath (const boost::filesystem::path &path)
 
bool Nektar::EmptyString (const char *s)
 Check to see whether the given string s is empty (or null). More...
 
MetricFactory & Nektar::GetMetricFactory ()
 

Function Documentation

◆ PortablePath()

std::string PortablePath ( const boost::filesystem::path &  path)

Definition at line 71 of file Tester.cpp.in.

72{
73 boost::filesystem::path temp = path;
74 temp.make_preferred();
75 return temp.string();
76}

Referenced by main().