Flow123d  DF_patch_fevalues-8016b85
patch_fe_values.hh
Go to the documentation of this file.
1 /*!
2  *
3  * Copyright (C) 2015 Technical University of Liberec. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU General Public License version 3 as published by the
7  * Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12  *
13  *
14  * @file patch_fe_values.hh
15  * @brief Class FEValues calculates finite element data on the actual
16  * cells such as shape function values, gradients, Jacobian of
17  * the mapping from the reference cell etc.
18  * @author Jan Stebel, David Flanderka
19  */
20 
21 #ifndef PATCH_FE_VALUES_HH_
22 #define PATCH_FE_VALUES_HH_
23 
24 
25 //#include <string.h> // for memcpy
26 //#include <algorithm> // for swap
27 //#include <new> // for operator new[]
28 //#include <string> // for operator<<
29 //#include <vector> // for vector
30 //#include "fem/element_values.hh" // for ElementValues
31 //#include "fem/fe_values.hh" // for FEValuesBase
32 //#include "fem/fe_values_views.hh" // for FEValuesViews
33 //#include "mesh/ref_element.hh" // for RefElement
34 //#include "mesh/accessors.hh"
35 //#include "fem/update_flags.hh" // for UpdateFlags
36 //#include "quadrature/quadrature_lib.hh"
37 
38 
39 
40 //
41 #endif /* PATCH_FE_VALUES_HH_ */