|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include "Algorithms/SplineTimeDependence.h"#include "Utilities/GeneralOpalException.h"#include "Utilities/OpalException.h"#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
| class | TestSplineTimeDependence |
Functions | |
| TEST_F (TestSplineTimeDependence, ConstructorTest) | |
| TEST_F (TestSplineTimeDependence, LinearLookupTest) | |
| TEST_F (TestSplineTimeDependence, CubicLookupTest) | |
| TEST_F (TestSplineTimeDependence, Integral) | |
| TEST_F (TestSplineTimeDependence, Print) | |
| TEST_F | ( | TestSplineTimeDependence | , |
| ConstructorTest | |||
| ) |
Definition at line 34 of file TestSplineTimeDependence.cpp.
References SplineTimeDependence::clone(), SplineTimeDependence::getValue(), OpalException::what(), and OpalException::where().

| TEST_F | ( | TestSplineTimeDependence | , |
| CubicLookupTest | |||
| ) |
Definition at line 85 of file TestSplineTimeDependence.cpp.
References SplineTimeDependence::getValue().

| TEST_F | ( | TestSplineTimeDependence | , |
| Integral | |||
| ) |
Definition at line 97 of file TestSplineTimeDependence.cpp.
References SplineTimeDependence::getIntegral().

| TEST_F | ( | TestSplineTimeDependence | , |
| LinearLookupTest | |||
| ) |
Definition at line 72 of file TestSplineTimeDependence.cpp.
References SplineTimeDependence::getIntegral(), and SplineTimeDependence::getValue().

| TEST_F | ( | TestSplineTimeDependence | , |
| ) |
Definition at line 105 of file TestSplineTimeDependence.cpp.