Nektar++
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Metric.h File Reference
#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
 

Typedefs

typedef std::shared_ptr< MetricNektar::MetricSharedPtr
 A shared pointer to an EquationSystem object.
 

Functions

bool Nektar::EmptyString (const char *s)
 Check to see whether the given string s is empty (or null).
 
MetricFactoryNektar::GetMetricFactory ()