Flow123d  JS_before_hm-1626-gde32303
Classes | Enumerations
generic_assembly.hh File Reference
#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"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AssemblyIntegrals
 Set of all used integral necessary in assemblation. More...
 
class  GenericAssembly< DimAssembly >
 Generic class of assemblation. More...
 
struct  GenericAssembly< DimAssembly >::BulkIntegralData
 
struct  GenericAssembly< DimAssembly >::EdgeIntegralData
 
struct  GenericAssembly< DimAssembly >::CouplingIntegralData
 
struct  GenericAssembly< DimAssembly >::BoundaryIntegralData
 

Enumerations

enum  ActiveIntegrals {
  none = 0, bulk = 0x0001, edge = 0x0002, coupling = 0x0004,
  boundary = 0x0008
}
 Allow set mask of active integrals. More...
 

Detailed Description

 * 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.

Enumeration Type Documentation

Allow set mask of active integrals.

Enumerator
none 
bulk 
edge 
coupling 
boundary 

Definition at line 30 of file generic_assembly.hh.