|
Flow123d
JS_before_hm-2199-g85616a0ec
|
#include "quadrature/quadrature_lib.hh"#include "fields/eval_subset.hh"#include "fields/eval_points.hh"#include "fields/field_value_cache.hh"#include "tools/revertable_list.hh"#include "system/sys_profiler.hh"
Go to the source code of this file.
Classes | |
| struct | AssemblyIntegrals |
| Set of all used integral necessary in assemblation. More... | |
| class | GenericAssemblyBase |
| struct | GenericAssemblyBase::BulkIntegralData |
| struct | GenericAssemblyBase::EdgeIntegralData |
| struct | GenericAssemblyBase::CouplingIntegralData |
| struct | GenericAssemblyBase::BoundaryIntegralData |
| class | GenericAssembly< DimAssembly > |
| Generic class of assemblation. More... | |
Enumerations | |
| enum | ActiveIntegrals { no_intg = 0, bulk = 0x0001, edge = 0x0002, coupling = 0x0004, boundary = 0x0008 } |
| Allow set mask of active integrals. More... | |
* 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 generic_assembly.hh.
| enum ActiveIntegrals |
Allow set mask of active integrals.
| Enumerator | |
|---|---|
| no_intg | |
| bulk | |
| edge | |
| coupling | |
| boundary | |
Definition at line 31 of file generic_assembly.hh.
1.8.17