ASPECT
volume_of_fluid_statistics.h
Go to the documentation of this file.
1 
2 /*
3  Copyright (C) 2016 - 2019 by the authors of the ASPECT code.
4 
5  This file is part of ASPECT.
6 
7  ASPECT is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 2, or (at your option)
10  any later version.
11 
12  ASPECT is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with ASPECT; see the file doc/COPYING. If not see
19  <http://www.gnu.org/licenses/>.
20 */
21 
22 
23 #ifndef _aspect_postprocess_volume_of_fluid_statistics_h
24 #define _aspect_postprocess_volume_of_fluid_statistics_h
25 
28 
29 namespace aspect
30 {
31  namespace Postprocess
32  {
33 
39  template <int dim>
41  {
42  public:
46  std::pair<std::string,std::string>
47  execute (TableHandler &statistics) override;
48  };
49  }
50 }
51 
52 
53 #endif
std::pair< std::string, std::string > execute(TableHandler &statistics) override