IODA Bundle
|
factory for LETKF solvers More...
#include <LocalEnsembleSolver.h>
Public Member Functions | |
virtual | ~LocalEnsembleSolverFactory ()=default |
Static Public Member Functions | |
static std::unique_ptr< LocalEnsembleSolver< MODEL, OBS > > | create (ObsSpaces_ &, const Geometry_ &, const eckit::Configuration &, size_t) |
Protected Member Functions | |
LocalEnsembleSolverFactory (const std::string &) | |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef ObsSpaces< OBS > | ObsSpaces_ |
Private Member Functions | |
virtual LocalEnsembleSolver< MODEL, OBS > * | make (ObsSpaces_ &, const Geometry_ &, const eckit::Configuration &, size_t)=0 |
Static Private Member Functions | |
static std::map< std::string, LocalEnsembleSolverFactory< MODEL, OBS > * > & | getMakers () |
factory for LETKF solvers
Definition at line 227 of file LocalEnsembleSolver.h.
|
private |
Definition at line 228 of file LocalEnsembleSolver.h.
|
private |
Definition at line 229 of file LocalEnsembleSolver.h.
|
virtualdefault |
|
explicitprotected |
Definition at line 264 of file LocalEnsembleSolver.h.
|
static |
|
inlinestaticprivate |
Definition at line 240 of file LocalEnsembleSolver.h.
|
privatepure virtual |
Implemented in oops::LocalEnsembleSolverMaker< MODEL, OBS, T >.