Nektar++
|
#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< Metric > | Nektar::MetricSharedPtr |
A shared pointer to an EquationSystem object. More... | |
Functions | |
bool | Nektar::EmptyString (const char *s) |
Check to see whether the given string s is empty (or null). More... | |
MetricFactory & | Nektar::GetMetricFactory () |