OGS
TestDefinition.cpp File Reference

Detailed Description

Definition in file TestDefinition.cpp.

#include "TestDefinition.h"
#include <cmath>
#include <cstdlib>
#include <filesystem>
#include <regex>
#include <vector>
#include "BaseLib/ConfigTree.h"
#include "BaseLib/Error.h"
#include "BaseLib/FileTools.h"
#include <petsc.h>
#include "MeshLib/IO/VtkIO/VtuInterface.h"
Include dependency graph for TestDefinition.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{TestDefinition.cpp}
 
namespace  ApplicationsLib
 

Functions

bool anonymous_namespace{TestDefinition.cpp}::isConvertibleToDouble (std::string const &s)
 Test if the given string is convertible to a valid double value, not a NaN.
 
std::string anonymous_namespace{TestDefinition.cpp}::safeString (std::string const &s)
 Wraps a string into double ticks.
 
std::string anonymous_namespace{TestDefinition.cpp}::findVtkdiff ()