|
Flow123d
3.9.1-60c7e5c
|
#include "fields/fe_value_handler.hh"#include "la/vector_mpi.hh"#include "fem/mapping_p1.hh"#include "fem/fe_values.hh"#include "quadrature/quadrature.hh"#include "quadrature/quadrature_lib.hh"#include "mesh/bounding_box.hh"#include "mesh/accessors.hh"#include "fem/fe_values_views.hh"#include "fem/dh_cell_accessor.hh"Go to the source code of this file.
Classes | |
| class | FEShapeHandler< rank, spacedim, Value > |
| class | FEShapeHandler< 0, spacedim, Value > |
| Partial template specialization of FEShapeHandler for scalar fields. More... | |
| class | FEShapeHandler< 1, spacedim, Value > |
| Partial template specialization of FEShapeHandler for vector fields. More... | |
| class | FEShapeHandler< 2, spacedim, Value > |
| Partial template specialization of FEShapeHandler for tensor fields. More... | |
Macros | |
| #define | INSTANCE_VALUE_HANDLER_ALL(dim, spacedim) |
| #define | INSTANCE_VALUE_HANDLER(dim) INSTANCE_VALUE_HANDLER_ALL(dim,3) |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file fe_value_handler.cc.
| #define INSTANCE_VALUE_HANDLER | ( | dim | ) | INSTANCE_VALUE_HANDLER_ALL(dim,3) |
Definition at line 218 of file fe_value_handler.cc.
| #define INSTANCE_VALUE_HANDLER_ALL | ( | dim, | |
| spacedim | |||
| ) |
Definition at line 211 of file fe_value_handler.cc.
1.8.17