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


Public Types | |
| typedef TEqData::EqFields | EqFields |
| typedef TEqData | EqData |
Static Public Member Functions | |
| static constexpr const char * | name () |
Private Member Functions | |
| bool | reset_soil_model (const DHCellAccessor &cell, BulkPoint &p) |
Private Attributes | |
| FieldSet | used_fields_ |
| Sub field set contains fields used in calculation. More... | |
| EqFields * | eq_fields_ |
| Data objects shared with ConvectionTransport. More... | |
| EqData * | eq_data_ |
| LocDofVec | cr_disc_dofs_ |
| Vector of local DOF indices pre-computed on different DOF handlers. More... | |
| LocDofVec | edge_indices_ |
| Dofs of discontinuous fields on element edges. More... | |
| double | storativity_ |
| double | capacity |
| double | water_content |
| double | phead |
| std::shared_ptr< BulkIntegralAcc< dim > > | bulk_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 29 of file assembly_richards.hh.
| typedef TEqData InitCondPostprocessAssembly< dim, TEqData >::EqData |
Definition at line 33 of file assembly_richards.hh.
| typedef TEqData::EqFields InitCondPostprocessAssembly< dim, TEqData >::EqFields |
Definition at line 32 of file assembly_richards.hh.
|
inline |
Constructor.
Definition at line 38 of file assembly_richards.hh.
|
inline |
Destructor.
Definition at line 52 of file assembly_richards.hh.
|
inlineoverridevirtual |
Implements AssemblyBase::begin.
Reimplemented from AssemblyBase< dim >.
Definition at line 93 of file assembly_richards.hh.
|
inline |
Definition at line 57 of file assembly_richards.hh.
|
inlineoverridevirtual |
Implements AssemblyBase::end.
Reimplemented from AssemblyBase< dim >.
Definition at line 100 of file assembly_richards.hh.
|
inline |
Initialize auxiliary vectors and other data members.
Definition at line 55 of file assembly_richards.hh.
|
inlinestaticconstexpr |
Definition at line 35 of file assembly_richards.hh.
|
inlineprivate |
|
friend |
Definition at line 140 of file assembly_richards.hh.
|
private |
Bulk integral of assembly class.
Definition at line 137 of file assembly_richards.hh.
|
private |
Definition at line 134 of file assembly_richards.hh.
|
private |
Vector of local DOF indices pre-computed on different DOF handlers.
Definition at line 131 of file assembly_richards.hh.
|
private |
Dofs of discontinuous fields on element edges.
Definition at line 132 of file assembly_richards.hh.
|
private |
Definition at line 129 of file assembly_richards.hh.
|
private |
Data objects shared with ConvectionTransport.
Definition at line 128 of file assembly_richards.hh.
|
private |
Definition at line 134 of file assembly_richards.hh.
|
private |
Definition at line 133 of file assembly_richards.hh.
|
private |
Sub field set contains fields used in calculation.
Definition at line 125 of file assembly_richards.hh.
|
private |
Definition at line 134 of file assembly_richards.hh.