Abstract model-space localization class used by high level algorithms and applications.
More...
#include <Localization.h>
|
void | print (std::ostream &) const override |
| Print, used in logging. More...
|
|
template<typename MODEL>
class oops::Localization< MODEL >
Abstract model-space localization class used by high level algorithms and applications.
Note: to see methods that need to be implemented in a generic Localization implementation, see LocalizationBase class in generic/LocalizationBase.h. To see methods that need to be implemented in a MODEL-specific Localization implementation, see interface::LocalizationBase class in interface/LocalizationBase.h.
Definition at line 44 of file oops/base/Localization.h.
◆ Geometry_
template<typename MODEL >
◆ Increment_
template<typename MODEL >
◆ LocBase_
template<typename MODEL >
◆ Localization()
template<typename MODEL >
◆ ~Localization()
template<typename MODEL >
◆ classname()
template<typename MODEL >
◆ multiply()
template<typename MODEL >
Apply 4D localization. All 3D blocks of the 4D localization matrix are the same (and defined by 3D localization loc_)
Definition at line 126 of file oops/base/Localization.h.
◆ print()
template<typename MODEL >
◆ randomize()
template<typename MODEL >
Randomize dx
and apply 4D localization. All 3D blocks of the 4D localization matrix are the same (and defined by 3D localization loc_)
Definition at line 97 of file oops/base/Localization.h.
◆ loc_
template<typename MODEL >
The documentation for this class was generated from the following file: