OOPS
Increment4D.h File Reference
#include <ostream>
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "oops/base/Geometry.h"
#include "oops/base/Increment.h"
#include "oops/base/State4D.h"
#include "oops/base/Variables.h"
#include "oops/util/DateTime.h"
#include "oops/util/dot_product.h"
#include "oops/util/Logger.h"
#include "oops/util/Printable.h"
Include dependency graph for Increment4D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oops::Increment4D< MODEL >
 4D model state Increment (vector of 3D Increments) More...
 

Namespaces

 oops
 The namespace for the main oops code.
 

Functions

template<typename MODEL >
State4D< MODEL > & oops::operator+= (State4D< MODEL > &xx, const Increment4D< MODEL > &dx)
 "Increment" 4D State xx with 4D Increment dx More...