Flow123d  JS_before_hm-887-g601087d
Classes | Macros | Enumerations
assembly_dg.hh File Reference
#include "transport/transport_dg.hh"
#include "fem/mapping_p1.hh"
#include "fem/fe_p.hh"
#include "fem/fe_rt.hh"
#include "fem/fe_values.hh"
#include "quadrature/quadrature_lib.hh"
#include "coupling/balance.hh"
#include "fields/eval_subset.hh"
#include "fields/eval_points.hh"
#include "fields/field_value_cache.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
 
class  AssemblyBase< dim >
 
class  MassAssemblyDG< dim, Model >
 
class  StiffnessAssemblyDG< dim, Model >
 
class  SourcesAssemblyDG< dim, Model >
 
class  BdrConditionAssemblyDG< dim, Model >
 
class  InitConditionAssemblyDG< dim, Model >
 

Macros

#define AVERAGE(i, k, side_id)   (fe_values_vec_[sd[side_id]].shape_value(i,k)*0.5)
 
#define WAVERAGE(i, k, side_id)   (arma::dot(data_->dif_coef_edg[sd[side_id]][sbi][k]*fe_values_vec_[sd[side_id]].shape_grad(i,k),nv)*omega[side_id])
 
#define JUMP(i, k, side_id)   ((side_id==0?1:-1)*fe_values_vec_[sd[side_id]].shape_value(i,k))
 

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 assembly_dg.hh.

Macro Definition Documentation

#define AVERAGE (   i,
  k,
  side_id 
)    (fe_values_vec_[sd[side_id]].shape_value(i,k)*0.5)
#define JUMP (   i,
  k,
  side_id 
)    ((side_id==0?1:-1)*fe_values_vec_[sd[side_id]].shape_value(i,k))
#define WAVERAGE (   i,
  k,
  side_id 
)    (arma::dot(data_->dif_coef_edg[sd[side_id]][sbi][k]*fe_values_vec_[sd[side_id]].shape_grad(i,k),nv)*omega[side_id])

Enumeration Type Documentation

Allow set mask of active integrals.

Enumerator
none 
bulk 
edge 
coupling 
boundary 

Definition at line 35 of file assembly_dg.hh.