FV3 Bundle
UnstructuredGrid.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #include "eckit/config/Configuration.h"
11 
12 namespace oops {
13 
14 // -----------------------------------------------------------------------------
17 }
18 // -----------------------------------------------------------------------------
21 }
22 // -----------------------------------------------------------------------------
24 }
25 // -----------------------------------------------------------------------------
27 }
28 // -----------------------------------------------------------------------------
30  double zz = 0.0;
31  return zz;
32 }
33 // -----------------------------------------------------------------------------
34 void UnstructuredGrid::print(std::ostream & os) const {
35  os << " UnstructuredGrid: print not implemented yet.";
36 }
37 // -----------------------------------------------------------------------------
38 
39 } // namespace oops
void create_ug_f90(int &)
The namespace for the main oops code.
void delete_ug_f90(int &)
void print(std::ostream &) const
double dot_product_with(const UnstructuredGrid &) const