|
Flow123d
JS_before_hm-1008-g3dab983
|
#include <assembly_lmh.hh>


Public Types | |
| typedef std::shared_ptr< DarcyLMH::EqData > | AssemblyDataPtrLMH |
Public Member Functions | |
| AssemblyLMH (AssemblyDataPtrLMH data) | |
| ~AssemblyLMH () override | |
| void | fix_velocity (const DHCellAccessor &) override |
| void | assemble_reconstruct (const DHCellAccessor &dh_cell) override |
| void | assemble (const DHCellAccessor &dh_cell) override |
| void | update_water_content (const DHCellAccessor &) override |
| Updates water content in Richards. More... | |
Public Member Functions inherited from AssemblyBase< dim > | |
| virtual | ~AssemblyBase () |
| AssemblyBase (unsigned int quad_order) | |
| Constructor. More... | |
| virtual | ~AssemblyBase () |
| virtual void | assemble_volume_integrals (FMT_UNUSED DHCellAccessor cell) |
| Assembles the volume integrals on cell. More... | |
| virtual void | assemble_fluxes_boundary (FMT_UNUSED DHCellSide cell_side) |
| Assembles the fluxes on the boundary. More... | |
| virtual void | assemble_fluxes_element_element (FMT_UNUSED RangeConvert< DHEdgeSide, DHCellSide > edge_side_range) |
| Assembles the fluxes between sides on the edge. More... | |
| virtual void | assemble_fluxes_element_side (FMT_UNUSED DHCellAccessor cell_lower_dim, FMT_UNUSED DHCellSide neighb_side) |
| Assembles the fluxes between elements of different dimensions. More... | |
| virtual void | begin () |
| Method prepares object before assemblation (e.g. balance, ...). More... | |
| virtual void | end () |
| Method finishes object after assemblation (e.g. balance, ...). More... | |
| void | create_integrals (std::shared_ptr< EvalPoints > eval_points, AssemblyIntegrals &integrals, int active_integrals) |
| Create integrals according to dim of assembly object. More... | |
Protected Member Functions | |
| void | assemble_local_system (const DHCellAccessor &dh_cell, bool use_dirichlet_switch) |
| void | load_local_system (const DHCellAccessor &dh_cell) |
| void | save_local_system (const DHCellAccessor &dh_cell) |
| void | set_dofs (const DHCellAccessor &dh_cell) |
| void | assemble_bc (const DHCellAccessor &dh_cell, bool use_dirichlet_switch) |
| void | assemble_side_bc (const DHCellSide &side, double cross_section, bool use_dirichlet_switch) |
| virtual void | assemble_sides (const DHCellAccessor &dh_cell) |
| void | assemble_sides_scale (const DHCellAccessor &dh_cell, double scale) |
| void | assemble_element (FMT_UNUSED const DHCellAccessor &dh_cell) |
| virtual void | assemble_source_term (const DHCellAccessor &dh_cell) |
| void | assembly_dim_connections (const DHCellAccessor &dh_cell) |
| void | postprocess_velocity (const DHCellAccessor &dh_cell, arma::vec &solution) |
| virtual void | postprocess_velocity_specific (const DHCellAccessor &dh_cell, arma::vec &solution, double edge_scale, double edge_source_term) |
Static Protected Member Functions | |
| static unsigned int | size () |
Protected Attributes | |
| FE_RT0< dim > | fe_rt_ |
| QGauss | quad_ |
| FEValues< 3 > | fe_values_ |
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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from AssemblyBase< dim > | |
| template<template< int dim > class Impl, class Data > | |
| static MultidimAssembly | create (Data data) |
Copy of the assembly class for MH implementation, with Lumping and further improvements. Used also for Richards.
Definition at line 39 of file assembly_lmh.hh.
| typedef std::shared_ptr<DarcyLMH::EqData> AssemblyLMH< dim >::AssemblyDataPtrLMH |
Definition at line 42 of file assembly_lmh.hh.
|
inline |
Definition at line 44 of file assembly_lmh.hh.
|
inlineoverride |
Definition at line 75 of file assembly_lmh.hh.
|
inlineoverridevirtual |
Implements AssemblyBase< dim >.
Definition at line 107 of file assembly_lmh.hh.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineoverridevirtual |
Implements AssemblyBase< dim >.
Definition at line 84 of file assembly_lmh.hh.
|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 370 of file assembly_lmh.hh.

|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 447 of file assembly_lmh.hh.

|
inlineprotected |
|
inlineoverridevirtual |
Implements AssemblyBase< dim >.
Definition at line 78 of file assembly_lmh.hh.
|
inlineprotected |
Loads the local system from a map: element index -> LocalSystem, if it exits, or if the full solution is not yet reconstructed, and reconstructs the full solution on the element. Currently used only for seepage BC.
Definition at line 153 of file assembly_lmh.hh.

|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 550 of file assembly_lmh.hh.

|
inlineprotected |
Saves the local system to a map: element index -> LocalSystem. Currently used only for seepage BC.
Definition at line 176 of file assembly_lmh.hh.

|
inlineprotected |
|
inlinestaticprotected |
|
inlineoverridevirtual |
Updates water content in Richards.
Implements AssemblyBase< dim >.
Reimplemented in AssemblyRichards< dim >.
Definition at line 127 of file assembly_lmh.hh.
|
protected |
Definition at line 572 of file assembly_lmh.hh.
|
protected |
Definition at line 574 of file assembly_lmh.hh.
|
protected |
Definition at line 573 of file assembly_lmh.hh.
1.8.11