#include "atlas/field.h"
#include "oops/base/Geometry.h"
#include "oops/base/State.h"
#include "oops/base/Variables.h"
#include "oops/interface/Increment.h"
#include "oops/mpi/mpi.h"
#include "oops/util/DateTime.h"
#include "oops/util/gatherPrint.h"
#include "oops/util/Timer.h"
Go to the source code of this file.
|
| oops |
| The namespace for the main oops code.
|
|
|
template<typename MODEL > |
State< MODEL > & | oops::operator+= (State< MODEL > &xx, const Increment< MODEL > &dx) |
| Add on dx incrment to model state xx . More...
|
|