XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
smoothing.hpp
Go to the documentation of this file.
1 #ifndef SMOOTHING_HPP
2 #define SMOOTHING_HPP
3 
4 #include "hyper_viscosity.hpp"
5 
6 // This struct can contain various smoothing; though maybe these are better off
7 // as filter settings associated with a field etc
8 struct Smoothing{
10 
12 
14  : hyper_viscosity(nlr)
15  {
16  }
17 };
18 
19 #endif
Smoothing(NLReader::NamelistReader &nlr)
Definition: smoothing.hpp:13
HyperViscosity hyper_viscosity
Definition: smoothing.hpp:9
Definition: NamelistReader.hpp:193
Definition: hyper_viscosity.hpp:7
Smoothing()
Definition: smoothing.hpp:11
Definition: smoothing.hpp:8