|
OOPS
|
#include <cmath>#include <iostream>#include <memory>#include <string>#include <vector>#include <boost/noncopyable.hpp>#include "atlas/field.h"#include "eckit/config/LocalConfiguration.h"#include "eckit/testing/Test.h"#include "oops/base/Geometry.h"#include "oops/base/Increment.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::IncrementFixture< MODEL > |
| class | test::Increment< MODEL > |
Namespaces | |
| test | |
Macros | |
| #define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
| template<typename MODEL > | |
| void | test::testIncrementConstructor () |
| tests Increment constructor and print method More... | |
| template<typename MODEL > | |
| void | test::testIncrementCopyConstructor () |
| template<typename MODEL > | |
| void | test::testIncrementCopyBoolConstructor () |
| template<typename MODEL > | |
| void | test::testIncrementChangeResConstructor () |
| template<typename MODEL > | |
| void | test::testIncrementTriangle () |
| template<typename MODEL > | |
| void | test::testIncrementOpPlusEq () |
| template<typename MODEL > | |
| void | test::testIncrementDotProduct () |
| template<typename MODEL > | |
| void | test::testIncrementZero () |
| template<typename MODEL > | |
| void | test::testIncrementAxpy () |
| template<typename MODEL > | |
| void | test::testIncrementAccum () |
| template<typename MODEL > | |
| void | test::testIncrementSerialize () |
| template<typename MODEL > | |
| void | test::testIncrementAtlas () |
| template<typename MODEL > | |
| void | test::testIncrementDiff () |
| template<typename MODEL > | |
| void | test::testIncrementTime () |
| template<typename MODEL > | |
| void | test::testIncrementSchur () |
| #define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 21 of file test/interface/Increment.h.