12 #ifndef OOPS_BASE_GEOMETRY_H_
13 #define OOPS_BASE_GEOMETRY_H_
34 template <
typename MODEL>
43 const eckit::mpi::Comm & time);
49 explicit Geometry(std::shared_ptr<const Geometry_>);
60 template <
typename MODEL>
62 const eckit::mpi::Comm & geometry,
const eckit::mpi::Comm & time):
63 interface::
Geometry<MODEL>(config, geometry), timeComm_(&time)
68 template <
typename MODEL>
70 const eckit::mpi::Comm & geometry,
const eckit::mpi::Comm & time):
71 interface::
Geometry<MODEL>(parameters, geometry), timeComm_(&time)
76 template <
typename MODEL>
Geometry class used in oops; subclass of interface class interface::Geometry.
const eckit::mpi::Comm & timeComm() const
Accessor to the MPI communicator for distribution in time.
const eckit::mpi::Comm * timeComm_
interface::Geometry< MODEL >::Parameters_ Parameters_
Geometry(const Parameters_ &, const eckit::mpi::Comm &geometry, const eckit::mpi::Comm &time)
MODEL::Geometry Geometry_
Interface class for the geometry of the model/state space.
TParameters_IfAvailableElseFallbackType_t< Geometry_, GenericParameters > Parameters_
const Geometry_ & geometry() const
const eckit::mpi::Comm & myself()
Default communicator with each MPI task by itself.
The namespace for the main oops code.