OOPS
|
#include <cmath>
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/testing/Test.h"
#include "oops/base/Geometry.h"
#include "oops/base/State.h"
#include "oops/base/Variables.h"
#include "oops/mpi/mpi.h"
#include "oops/runs/Test.h"
#include "oops/util/DateTime.h"
#include "oops/util/dot_product.h"
#include "oops/util/Logger.h"
#include "test/TestEnvironment.h"
Go to the source code of this file.
Classes | |
class | test::StateFixture< MODEL > |
class | test::State< MODEL > |
Namespaces | |
test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
template<typename MODEL > | |
void | test::testStateConstructors () |
tests constructors and print method More... | |
template<typename MODEL > | |
void | test::testStateGeometry () |
Tests State::geometry() and Geometry copy constructors. More... | |
template<typename MODEL > | |
void | test::testStateAnalyticInitialCondition () |
Interpolation test. More... | |
template<typename MODEL > | |
void | test::testStateZeroAndAccumul () |
Tests of zero and accumul. More... | |
template<typename MODEL > | |
void | test::testStateDateTime () |
validTime and updateTime tests More... | |
template<typename MODEL > | |
void | test::testStateReadWrite () |
Read and write tests. More... | |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 20 of file test/interface/State.h.