UFO
|
#include <cmath>
#include <iomanip>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "ioda/ObsSpace.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/FloatCompare.h"
#include "oops/util/Logger.h"
#include "test/TestEnvironment.h"
#include "ufo/GeoVaLs.h"
#include "ufo/Locations.h"
#include "ufo/ObsOperator.h"
Go to the source code of this file.
Classes | |
class | ufo::test::GeoVaLs |
Namespaces | |
ufo | |
ufo::test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
void | ufo::test::testGeoVaLs () |
void | ufo::test::testGeoVaLsAllocatePutGet () |
Tests GeoVaLs::allocate, GeoVals::put, GeoVaLs::get, GeoVaLs::putAtLevel, GeoVaLs::getAtLevel, GeoVaLs::putAtLocation and GeoVaLs::getAtLocation. More... | |
void | ufo::test::testGeoVaLsConstructor () |
Tests GeoVaLs(const Locations &, const Variables &, const std::vector<size_t> &) constructor. Tests that levels get correctly allocated, and that the GeoVaLs are zeroed out. More... | |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 18 of file test/ufo/GeoVaLs.h.