Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
InitCondPostprocessAssembly< dim, TEqData > Class Template Reference

#include <assembly_richards.hh>

Inheritance diagram for InitCondPostprocessAssembly< dim, TEqData >:
Inheritance graph
[legend]
Collaboration diagram for InitCondPostprocessAssembly< dim, TEqData >:
Collaboration graph
[legend]

Public Types

typedef TEqData::EqFields EqFields
 
typedef TEqData EqData
 

Public Member Functions

 InitCondPostprocessAssembly (EqData *eq_data, AssemblyInternals *asm_internals)
 Constructor. More...
 
 ~InitCondPostprocessAssembly ()
 Destructor. More...
 
void initialize ()
 Initialize auxiliary vectors and other data members. More...
 
void cell_integral (DHCellAccessor cell, unsigned int element_patch_idx)
 
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 IntegralDataintegral_data () const
 Getter of integral_data_. More...
 

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...
 
EqFieldseq_fields_
 Data objects shared with ConvectionTransport. More...
 
EqDataeq_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 >
Quadraturequad_
 Quadrature used in assembling methods. More...
 
Quadraturequad_low_
 Quadrature used in assembling methods (dim-1). More...
 
DimIntegrals< dim > integrals_
 Set of used integrals. More...
 
AssemblyInternalsasm_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...
 

Detailed Description

template<unsigned int dim, class TEqData>
class InitCondPostprocessAssembly< dim, TEqData >

Definition at line 29 of file assembly_richards.hh.

Member Typedef Documentation

◆ EqData

template<unsigned int dim, class TEqData >
typedef TEqData InitCondPostprocessAssembly< dim, TEqData >::EqData

Definition at line 33 of file assembly_richards.hh.

◆ EqFields

template<unsigned int dim, class TEqData >
typedef TEqData::EqFields InitCondPostprocessAssembly< dim, TEqData >::EqFields

Definition at line 32 of file assembly_richards.hh.

Constructor & Destructor Documentation

◆ InitCondPostprocessAssembly()

template<unsigned int dim, class TEqData >
InitCondPostprocessAssembly< dim, TEqData >::InitCondPostprocessAssembly ( EqData eq_data,
AssemblyInternals asm_internals 
)
inline

Constructor.

Definition at line 38 of file assembly_richards.hh.

◆ ~InitCondPostprocessAssembly()

template<unsigned int dim, class TEqData >
InitCondPostprocessAssembly< dim, TEqData >::~InitCondPostprocessAssembly ( )
inline

Destructor.

Definition at line 52 of file assembly_richards.hh.

Member Function Documentation

◆ begin()

template<unsigned int dim, class TEqData >
void InitCondPostprocessAssembly< dim, TEqData >::begin ( )
inlineoverridevirtual

Implements AssemblyBase::begin.

Reimplemented from AssemblyBase< dim >.

Definition at line 93 of file assembly_richards.hh.

◆ cell_integral()

template<unsigned int dim, class TEqData >
void InitCondPostprocessAssembly< dim, TEqData >::cell_integral ( DHCellAccessor  cell,
unsigned int  element_patch_idx 
)
inline

Definition at line 57 of file assembly_richards.hh.

◆ end()

template<unsigned int dim, class TEqData >
void InitCondPostprocessAssembly< dim, TEqData >::end ( )
inlineoverridevirtual

Implements AssemblyBase::end.

Reimplemented from AssemblyBase< dim >.

Definition at line 100 of file assembly_richards.hh.

◆ initialize()

template<unsigned int dim, class TEqData >
void InitCondPostprocessAssembly< dim, TEqData >::initialize ( )
inline

Initialize auxiliary vectors and other data members.

Definition at line 55 of file assembly_richards.hh.

◆ name()

template<unsigned int dim, class TEqData >
static constexpr const char* InitCondPostprocessAssembly< dim, TEqData >::name ( )
inlinestaticconstexpr

Definition at line 35 of file assembly_richards.hh.

◆ reset_soil_model()

template<unsigned int dim, class TEqData >
bool InitCondPostprocessAssembly< dim, TEqData >::reset_soil_model ( const DHCellAccessor cell,
BulkPoint p 
)
inlineprivate

Definition at line 107 of file assembly_richards.hh.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ GenericAssembly

template<unsigned int dim, class TEqData >
template<template< IntDim... > class DimAssembly>
friend class GenericAssembly
friend

Definition at line 140 of file assembly_richards.hh.

Member Data Documentation

◆ bulk_integral_

template<unsigned int dim, class TEqData >
std::shared_ptr<BulkIntegralAcc<dim> > InitCondPostprocessAssembly< dim, TEqData >::bulk_integral_
private

Bulk integral of assembly class.

Definition at line 137 of file assembly_richards.hh.

◆ capacity

template<unsigned int dim, class TEqData >
double InitCondPostprocessAssembly< dim, TEqData >::capacity
private

Definition at line 134 of file assembly_richards.hh.

◆ cr_disc_dofs_

template<unsigned int dim, class TEqData >
LocDofVec InitCondPostprocessAssembly< dim, TEqData >::cr_disc_dofs_
private

Vector of local DOF indices pre-computed on different DOF handlers.

Definition at line 131 of file assembly_richards.hh.

◆ edge_indices_

template<unsigned int dim, class TEqData >
LocDofVec InitCondPostprocessAssembly< dim, TEqData >::edge_indices_
private

Dofs of discontinuous fields on element edges.

Definition at line 132 of file assembly_richards.hh.

◆ eq_data_

template<unsigned int dim, class TEqData >
EqData* InitCondPostprocessAssembly< dim, TEqData >::eq_data_
private

Definition at line 129 of file assembly_richards.hh.

◆ eq_fields_

template<unsigned int dim, class TEqData >
EqFields* InitCondPostprocessAssembly< dim, TEqData >::eq_fields_
private

Data objects shared with ConvectionTransport.

Definition at line 128 of file assembly_richards.hh.

◆ phead

template<unsigned int dim, class TEqData >
double InitCondPostprocessAssembly< dim, TEqData >::phead
private

Definition at line 134 of file assembly_richards.hh.

◆ storativity_

template<unsigned int dim, class TEqData >
double InitCondPostprocessAssembly< dim, TEqData >::storativity_
private

Definition at line 133 of file assembly_richards.hh.

◆ used_fields_

template<unsigned int dim, class TEqData >
FieldSet InitCondPostprocessAssembly< dim, TEqData >::used_fields_
private

Sub field set contains fields used in calculation.

Definition at line 125 of file assembly_richards.hh.

◆ water_content

template<unsigned int dim, class TEqData >
double InitCondPostprocessAssembly< dim, TEqData >::water_content
private

Definition at line 134 of file assembly_richards.hh.


The documentation for this class was generated from the following file: