FV3 Bundle
oops::PrimalMinimizer< MODEL > Class Template Referenceabstract

Primal Minimizer. More...

#include <PrimalMinimizer.h>

Inheritance diagram for oops::PrimalMinimizer< MODEL >:
[legend]
Collaboration diagram for oops::PrimalMinimizer< MODEL >:
[legend]

Public Member Functions

 PrimalMinimizer (const CostFct_ &J)
 
 ~PrimalMinimizer ()
 
const std::string classname () const override=0
 
- Public Member Functions inherited from oops::Minimizer< MODEL >
 Minimizer (const CostFct_ &J)
 
virtual ~Minimizer ()
 
ControlIncrement< MODEL > * minimize (const eckit::Configuration &)
 

Private Types

typedef CostFunction< MODEL > CostFct_
 
typedef ControlIncrement< MODEL > CtrlInc_
 
typedef BMatrix< MODEL > Bmat_
 
typedef HessianMatrix< MODEL > Hessian_
 
typedef Minimizer< MODEL > Minimizer_
 

Private Member Functions

CtrlInc_doMinimize (const eckit::Configuration &) override
 
virtual double solve (CtrlInc_ &, const CtrlInc_ &, const Hessian_ &, const Bmat_ &, const int, const double)=0
 

Private Attributes

const CostFct_J_
 

Detailed Description

template<typename MODEL>
class oops::PrimalMinimizer< MODEL >

Primal Minimizer.

PrimalMinimizer is the base class for all minimizers that minimize the variational data assimilation cost function in primal (model) space.

Definition at line 33 of file PrimalMinimizer.h.

Member Typedef Documentation

◆ Bmat_

template<typename MODEL >
typedef BMatrix<MODEL> oops::PrimalMinimizer< MODEL >::Bmat_
private

Definition at line 36 of file PrimalMinimizer.h.

◆ CostFct_

template<typename MODEL >
typedef CostFunction<MODEL> oops::PrimalMinimizer< MODEL >::CostFct_
private

Definition at line 34 of file PrimalMinimizer.h.

◆ CtrlInc_

template<typename MODEL >
typedef ControlIncrement<MODEL> oops::PrimalMinimizer< MODEL >::CtrlInc_
private

Definition at line 35 of file PrimalMinimizer.h.

◆ Hessian_

template<typename MODEL >
typedef HessianMatrix<MODEL> oops::PrimalMinimizer< MODEL >::Hessian_
private

Definition at line 37 of file PrimalMinimizer.h.

◆ Minimizer_

template<typename MODEL >
typedef Minimizer<MODEL> oops::PrimalMinimizer< MODEL >::Minimizer_
private

Definition at line 38 of file PrimalMinimizer.h.

Constructor & Destructor Documentation

◆ PrimalMinimizer()

template<typename MODEL >
oops::PrimalMinimizer< MODEL >::PrimalMinimizer ( const CostFct_ J)
inlineexplicit

Definition at line 41 of file PrimalMinimizer.h.

◆ ~PrimalMinimizer()

template<typename MODEL >
oops::PrimalMinimizer< MODEL >::~PrimalMinimizer ( )
inline

Definition at line 42 of file PrimalMinimizer.h.

Member Function Documentation

◆ classname()

◆ doMinimize()

template<typename MODEL >
ControlIncrement< MODEL > * oops::PrimalMinimizer< MODEL >::doMinimize ( const eckit::Configuration &  config)
overrideprivatevirtual

Implements oops::Minimizer< MODEL >.

Definition at line 57 of file PrimalMinimizer.h.

Here is the call graph for this function:

◆ solve()

template<typename MODEL >
virtual double oops::PrimalMinimizer< MODEL >::solve ( CtrlInc_ ,
const CtrlInc_ ,
const Hessian_ ,
const Bmat_ ,
const int  ,
const double   
)
privatepure virtual

Member Data Documentation

◆ J_

template<typename MODEL >
const CostFct_& oops::PrimalMinimizer< MODEL >::J_
private

Definition at line 51 of file PrimalMinimizer.h.


The documentation for this class was generated from the following file: