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


Public Types | |
| typedef TEqData::EqFields | EqFields |
| typedef TEqData | EqData |
Public Member Functions | |
| ReactionAssemblyDp (EqData *eq_data, AssemblyInternals *asm_internals) | |
| Constructor. More... | |
| ~ReactionAssemblyDp () | |
| 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... | |
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) |
| virtual void | begin () |
| virtual void | end () |
| 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 | |
| EqFields * | eq_fields_ |
| Data objects shared with Elasticity. More... | |
| EqData * | eq_data_ |
| FieldSet | used_fields_ |
| Sub field set contains fields used in calculation. More... | |
| unsigned int | sbi_ |
| Index of substance. More... | |
| IntIdx | dof_p0_ |
| Index of local DOF. More... | |
| double | conc_average_ |
| weighted (by porosity) average of concentration More... | |
| double | conc_mob_ |
| double | conc_immob_ |
| new mobile and immobile concentration More... | |
| double | previous_conc_mob_ |
| double | previous_conc_immob_ |
| mobile and immobile concentration in previous time step More... | |
| double | conc_max_ |
| difference between concentration and average concentration More... | |
| double | por_mob_ |
| double | por_immob_ |
| mobile and immobile porosity More... | |
| double | exponent_ |
| double | temp_exponent_ |
| double | temp_ |
| Precomputed values. More... | |
| std::shared_ptr< BulkIntegralAcc< dim > > | mass_integral_ |
| Bulk 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... | |
Definition at line 89 of file assembly_reaction.hh.
| typedef TEqData ReactionAssemblyDp< dim, TEqData >::EqData |
Definition at line 93 of file assembly_reaction.hh.
| typedef TEqData::EqFields ReactionAssemblyDp< dim, TEqData >::EqFields |
Definition at line 92 of file assembly_reaction.hh.
|
inline |
Constructor.
Definition at line 98 of file assembly_reaction.hh.
|
inline |
Destructor.
Definition at line 107 of file assembly_reaction.hh.
|
inline |
Assemble integral over element.
Definition at line 114 of file assembly_reaction.hh.
|
inline |
Initialize auxiliary vectors and other data members.
Definition at line 110 of file assembly_reaction.hh.
|
inlinestaticconstexpr |
Definition at line 95 of file assembly_reaction.hh.
|
friend |
Definition at line 195 of file assembly_reaction.hh.
|
private |
weighted (by porosity) average of concentration
Definition at line 186 of file assembly_reaction.hh.
|
private |
new mobile and immobile concentration
Definition at line 187 of file assembly_reaction.hh.
|
private |
difference between concentration and average concentration
Definition at line 189 of file assembly_reaction.hh.
|
private |
Definition at line 187 of file assembly_reaction.hh.
|
private |
Index of local DOF.
Definition at line 185 of file assembly_reaction.hh.
|
private |
Definition at line 179 of file assembly_reaction.hh.
|
private |
Data objects shared with Elasticity.
Definition at line 178 of file assembly_reaction.hh.
|
private |
Definition at line 191 of file assembly_reaction.hh.
|
private |
Bulk integral of assembly class.
Definition at line 192 of file assembly_reaction.hh.
|
private |
mobile and immobile porosity
Definition at line 190 of file assembly_reaction.hh.
|
private |
Definition at line 190 of file assembly_reaction.hh.
|
private |
mobile and immobile concentration in previous time step
Definition at line 188 of file assembly_reaction.hh.
|
private |
Definition at line 188 of file assembly_reaction.hh.
|
private |
Index of substance.
Definition at line 184 of file assembly_reaction.hh.
|
private |
Precomputed values.
Definition at line 191 of file assembly_reaction.hh.
|
private |
Definition at line 191 of file assembly_reaction.hh.
|
private |
Sub field set contains fields used in calculation.
Definition at line 182 of file assembly_reaction.hh.