OOPS
InterpolationInterface.h File Reference
#include <cmath>
#include <iostream>
#include <limits>
#include <memory>
#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include "atlas/array.h"
#include "atlas/field.h"
#include "atlas/functionspace.h"
#include "atlas/functionspace/PointCloud.h"
#include "atlas/grid.h"
#include "atlas/mesh.h"
#include "atlas/meshgenerator.h"
#include "atlas/option.h"
#include "atlas/util/Point.h"
#include "eckit/config/LocalConfiguration.h"
#include "eckit/mpi/Comm.h"
#include "eckit/testing/Test.h"
#include "oops/base/InterpolatorBase.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/Logger.h"
#include "oops/util/Random.h"
#include "test/TestEnvironment.h"
Include dependency graph for InterpolationInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  test::InterpolationInterface
 

Namespaces

 test
 

Macros

#define ECKIT_TESTING_SELF_REGISTER_CASES   0
 

Functions

double test::testfunc (double lon, double lat, std::size_t jlev=1, std::size_t nlev=1)
 smooth function for testing interpolation More...
 
void test::testInterpolation ()
 Test C++ interface to interpolation implementations. More...
 

Macro Definition Documentation

◆ ECKIT_TESTING_SELF_REGISTER_CASES

#define ECKIT_TESTING_SELF_REGISTER_CASES   0

Definition at line 19 of file InterpolationInterface.h.