Flow123d
JS_before_hm-2127-g0296217bc
|
#include <assembly_lmh_old.hh>
Public Types | |
typedef std::shared_ptr< DarcyLMH::EqFields > | AssemblyFieldsPtrLMH |
typedef std::shared_ptr< DarcyLMH::EqData > | AssemblyDataPtrLMH |
Public Member Functions | |
AssemblyLMH (AssemblyFieldsPtrLMH eq_fields, AssemblyDataPtrLMH eq_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 AssemblyFlowBase | |
DECLARE_EXCEPTION (ExcBCNotSupported,<< "BC type not supported.\n") | |
virtual | ~AssemblyFlowBase () |
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_ |
Additional Inherited Members | |
Static Public Member Functions inherited from AssemblyFlowBase | |
template<template< int dim > class Impl, class Fields , class Data > | |
static MultidimAssembly | create (Fields eq_fields, Data eq_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_old.hh.
typedef std::shared_ptr<DarcyLMH::EqData> AssemblyLMH< dim >::AssemblyDataPtrLMH |
Definition at line 43 of file assembly_lmh_old.hh.
typedef std::shared_ptr<DarcyLMH::EqFields> AssemblyLMH< dim >::AssemblyFieldsPtrLMH |
Definition at line 42 of file assembly_lmh_old.hh.
|
inline |
Definition at line 45 of file assembly_lmh_old.hh.
|
inlineoverride |
Definition at line 78 of file assembly_lmh_old.hh.
|
inlineoverridevirtual |
Implements AssemblyFlowBase.
Definition at line 110 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineoverridevirtual |
Implements AssemblyFlowBase.
Definition at line 87 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 373 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 450 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlineoverridevirtual |
Implements AssemblyFlowBase.
Definition at line 81 of file assembly_lmh_old.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 156 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlineprotectedvirtual |
Reimplemented in AssemblyRichards< dim >.
Definition at line 560 of file assembly_lmh_old.hh.
|
inlineprotected |
Saves the local system to a map: element index -> LocalSystem. Currently used only for seepage BC.
Definition at line 179 of file assembly_lmh_old.hh.
|
inlineprotected |
|
inlinestaticprotected |
|
inlineoverridevirtual |
Updates water content in Richards.
Implements AssemblyFlowBase.
Reimplemented in AssemblyRichards< dim >.
Definition at line 130 of file assembly_lmh_old.hh.
|
protected |
Definition at line 582 of file assembly_lmh_old.hh.
|
protected |
Definition at line 584 of file assembly_lmh_old.hh.
|
protected |
Definition at line 583 of file assembly_lmh_old.hh.