|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <memory>#include <armadillo>#include "fem/eval_points.hh"#include "fem/integral_points.hh"#include "fem/element_cache_map.hh"#include "mesh/range_wrapper.hh"#include "mesh/accessors.hh"#include "fem/dh_cell_accessor.hh"#include "fem/patch_fe_values.hh"#include "fem/op_function.hh"#include "fem/op_accessors_impl.hh"
Go to the source code of this file.
Classes | |
| class | internal::BaseIntegral |
| class | internal::IntegralFactory< dim > |
| class | internal_integrals::Base |
| class | internal_integrals::Bulk |
| class | internal_integrals::Edge |
| class | BulkIntegral |
| class | BulkIntegralAcc< qdim > |
| class | EdgeIntegral |
| class | EdgeIntegralAcc< qdim > |
| class | CouplingIntegral |
| class | CouplingIntegralAcc< qdim > |
| class | CouplingIntegralAcc< 3 > |
| Template specialization of previous class. More... | |
| class | BoundaryIntegral |
| class | BoundaryIntegralAcc< qdim > |
Namespaces | |
| internal | |
| internal_integrals | |
* 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 integral_acc.hh.