|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <assembly_convection.hh>


Public Types | |
| typedef TEqData::EqFields | EqFields |
| typedef TEqData | EqData |
Public Member Functions | |
| ConcSourcesBdrAssemblyConvection (EqData *eq_data, AssemblyInternals *asm_internals) | |
| Constructor. More... | |
| ~ConcSourcesBdrAssemblyConvection () | |
| Destructor. More... | |
| void | initialize () |
| Initialize auxiliary vectors and other data members. More... | |
| void | cell_integral (DHCellAccessor cell, unsigned int element_patch_idx) |
| Assemble integral over element. More... | |
| void | boundary_side_integral (DHCellSide cell_side) |
| Assembles the fluxes on the boundary. More... | |
| void | begin () override |
Implements AssemblyBase::begin. More... | |
| void | end () override |
Implements AssemblyBase::end. More... | |
Public Member Functions inherited from AssemblyBase< dim > | |
| AssemblyBase (unsigned int quad_order, AssemblyInternals *asm_internals) | |
| virtual | ~AssemblyBase () |
| Destructor. More... | |
| virtual void | cell_integral (FMT_UNUSED DHCellAccessor cell, FMT_UNUSED unsigned int element_patch_idx) |
| virtual void | boundary_side_integral (FMT_UNUSED DHCellSide cell_side) |
| virtual void | edge_integral (FMT_UNUSED RangeConvert< DHEdgeSide, DHCellSide > edge_side_range) |
| virtual void | dimjoin_intergral (FMT_UNUSED DHCellAccessor cell_lower_dim, FMT_UNUSED DHCellSide neighb_side) |
| std::shared_ptr< BulkIntegralAcc< dim > > | create_bulk_integral (Quadrature *quad) |
| std::shared_ptr< EdgeIntegralAcc< dim > > | create_edge_integral (Quadrature *quad) |
| std::shared_ptr< CouplingIntegralAcc< dim > > | create_coupling_integral (Quadrature *quad) |
| std::shared_ptr< BoundaryIntegralAcc< dim > > | create_boundary_integral (Quadrature *quad) |
| bool | add_integrals_of_computing_step (DHCellAccessor cell) |
| virtual void | assemble_cell_integrals () |
| void | assemble_boundary_side_integrals () |
| void | assemble_edge_integrals () |
| void | assemble_neighbour_integrals () |
| void | set_min_edge_sides (unsigned int val) |
| Setter of min_edge_sides_. More... | |
| void | clean_integral_data () |
| const DimIntegrals< dim > & | integrals () const |
| Getter of integrals_. More... | |
| const IntegralData & | integral_data () const |
| Getter of integral_data_. More... | |
Static Public Member Functions | |
| static constexpr const char * | name () |
Private Attributes | |
| shared_ptr< FiniteElement< dim > > | fe_ |
| Finite element for the solution of the advection-diffusion equation. More... | |
| EqFields * | eq_fields_ |
| Data objects shared with ConvectionTransport. More... | |
| EqData * | eq_data_ |
| FieldSet | used_fields_ |
| Sub field set contains fields used in calculation. More... | |
| FEValues< 3 > | fe_values_side_ |
| FEValues of object (of P disc finite element type) More... | |
| std::shared_ptr< BulkIntegralAcc< dim > > | bulk_integral_ |
| Bulk integral of assembly class. More... | |
| std::shared_ptr< BoundaryIntegralAcc< dim > > | bdr_integral_ |
| Boundary integral of assembly class. More... | |
Friends | |
| template<template< IntDim... > class DimAssembly> | |
| class | GenericAssembly |
Additional Inherited Members | |
Protected Member Functions inherited from AssemblyBase< dim > | |
| AssemblyBase () | |
| void | add_volume_integrals (const DHCellAccessor &cell) |
| void | add_edge_integrals (const DHCellSide &cell_side) |
| void | add_boundary_integrals (const DHCellSide &bdr_side) |
| void | add_coupling_integrals (const DHCellAccessor &cell) |
| template<template< unsigned int > class IntegralAcc> | |
| void | add_side_points (std::shared_ptr< IntegralAcc< dim > > &integral, DHCellSide cell_side, PatchPointValues< 3 > &ppv) |
| std::string | print_update_flags (UpdateFlags u) const |
| Print update flags to string format. More... | |
Protected Attributes inherited from AssemblyBase< dim > | |
| Quadrature * | quad_ |
| Quadrature used in assembling methods. More... | |
| Quadrature * | quad_low_ |
| Quadrature used in assembling methods (dim-1). More... | |
| DimIntegrals< dim > | integrals_ |
| Set of used integrals. More... | |
| AssemblyInternals * | asm_internals_ |
| Holds shared internals data with GeneriAssembly. More... | |
| unsigned int | min_edge_sides_ |
| IntegralData | integral_data_ |
| Holds patch data for computing different types of integrals. More... | |
Auxiliary container class for Finite element and related objects of given dimension.
Assembles concentration sources for each substance and set boundary conditions. note: the source of concentration is multiplied by time interval (gives the mass, not the flow like before)
Definition at line 186 of file assembly_convection.hh.
| typedef TEqData ConcSourcesBdrAssemblyConvection< dim, TEqData >::EqData |
Definition at line 190 of file assembly_convection.hh.
| typedef TEqData::EqFields ConcSourcesBdrAssemblyConvection< dim, TEqData >::EqFields |
Definition at line 189 of file assembly_convection.hh.
|
inline |
Constructor.
Definition at line 195 of file assembly_convection.hh.
|
inline |
Destructor.
Definition at line 208 of file assembly_convection.hh.
|
inlineoverridevirtual |
Implements AssemblyBase::begin.
Reimplemented from AssemblyBase< dim >.
Definition at line 296 of file assembly_convection.hh.
|
inline |
Assembles the fluxes on the boundary.
Definition at line 255 of file assembly_convection.hh.
|
inline |
Assemble integral over element.
Definition at line 219 of file assembly_convection.hh.
|
inlineoverridevirtual |
Implements AssemblyBase::end.
Reimplemented from AssemblyBase< dim >.
Definition at line 313 of file assembly_convection.hh.
|
inline |
Initialize auxiliary vectors and other data members.
Definition at line 211 of file assembly_convection.hh.
|
inlinestaticconstexpr |
Definition at line 192 of file assembly_convection.hh.
|
friend |
Definition at line 342 of file assembly_convection.hh.
|
private |
Boundary integral of assembly class.
Definition at line 339 of file assembly_convection.hh.
|
private |
Bulk integral of assembly class.
Definition at line 338 of file assembly_convection.hh.
|
private |
Definition at line 331 of file assembly_convection.hh.
|
private |
Data objects shared with ConvectionTransport.
Definition at line 330 of file assembly_convection.hh.
|
private |
Finite element for the solution of the advection-diffusion equation.
Definition at line 327 of file assembly_convection.hh.
|
private |
FEValues of object (of P disc finite element type)
Definition at line 336 of file assembly_convection.hh.
|
private |
Sub field set contains fields used in calculation.
Definition at line 334 of file assembly_convection.hh.