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

#include <assembly_elasticity.hh>

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

Public Types

typedef TEqData::EqFields EqFields
 
typedef TEqData EqData
 

Public Member Functions

 OutpuFieldsAssemblyElasticity (EqData *eq_data, AssemblyInternals *asm_internals)
 Constructor. More...
 
 ~OutpuFieldsAssemblyElasticity ()
 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...
 
void dimjoin_intergral (DHCellAccessor cell_lower_dim, DHCellSide neighb_side)
 Assembles between elements of different dimensions. More...
 
- Public Member Functions inherited from AssemblyBasePatch< dim >
 AssemblyBasePatch (unsigned int quad_order, AssemblyInternals *asm_internals)
 
unsigned int n_dofs ()
 Return number of DOFs. More...
 
unsigned int n_dofs_high ()
 Return number of DOFs of higher dim 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 IntegralDataintegral_data () const
 Getter of integral_data_. More...
 

Static Public Member Functions

static constexpr const char * name ()
 

Private Attributes

EqFieldseq_fields_
 Data objects shared with Elasticity. More...
 
EqDataeq_data_
 
FieldSet used_fields_
 Sub field set contains fields used in calculation. More...
 
unsigned int n_dofs_
 Number of dofs. More...
 
unsigned int n_dofs_high_
 Number of dofs of higher dim element. More...
 
LocDofVec dof_indices_
 Vector of local DOF indices of vector fields. More...
 
LocDofVec dof_indices_scalar_
 Vector of local DOF indices of scalar fields. More...
 
LocDofVec dof_indices_tensor_
 Vector of local DOF indices of tensor fields. More...
 
double normal_displacement_
 Holds constributions of normal displacement. More...
 
arma::mat33 normal_stress_
 Holds constributions of normal stress. More...
 
std::shared_ptr< BulkIntegralAcc< dim > > bulk_integral_
 Bulk integral of assembly class. More...
 
std::shared_ptr< CouplingIntegralAcc< dim > > coupling_integral_
 Coupling integral of assembly class. More...
 
ElQ< Vectornormal_join_
 Following data members represent Element quantities and FE quantities. More...
 
FeQArray< Vectordeform_join_
 
FeQArray< Tensorgrad_deform_
 
FeQArray< Tensorsym_grad_deform_
 
FeQArray< Scalardiv_deform_
 
VectorMPI output_vec_
 Data vectors of output fields (FieldFE). More...
 
VectorMPI output_stress_vec_
 
VectorMPI output_von_mises_stress_vec_
 
VectorMPI output_mean_stress_vec_
 
VectorMPI output_cross_sec_vec_
 
VectorMPI output_div_vec_
 

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 OutpuFieldsAssemblyElasticity< dim, TEqData >

Definition at line 533 of file assembly_elasticity.hh.

Member Typedef Documentation

◆ EqData

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

Definition at line 537 of file assembly_elasticity.hh.

◆ EqFields

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

Definition at line 536 of file assembly_elasticity.hh.

Constructor & Destructor Documentation

◆ OutpuFieldsAssemblyElasticity()

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

Constructor.

Definition at line 542 of file assembly_elasticity.hh.

◆ ~OutpuFieldsAssemblyElasticity()

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

Destructor.

Definition at line 558 of file assembly_elasticity.hh.

Member Function Documentation

◆ cell_integral()

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

Assemble integral over element.

Definition at line 577 of file assembly_elasticity.hh.

◆ dimjoin_intergral()

template<unsigned int dim, class TEqData >
void OutpuFieldsAssemblyElasticity< dim, TEqData >::dimjoin_intergral ( DHCellAccessor  cell_lower_dim,
DHCellSide  neighb_side 
)
inline

Assembles between elements of different dimensions.

Definition at line 615 of file assembly_elasticity.hh.

◆ initialize()

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

Initialize auxiliary vectors and other data members.

Definition at line 561 of file assembly_elasticity.hh.

◆ name()

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

Definition at line 539 of file assembly_elasticity.hh.

Friends And Related Function Documentation

◆ GenericAssembly

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

Definition at line 684 of file assembly_elasticity.hh.

Member Data Documentation

◆ bulk_integral_

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

Bulk integral of assembly class.

Definition at line 665 of file assembly_elasticity.hh.

◆ coupling_integral_

template<unsigned int dim, class TEqData >
std::shared_ptr<CouplingIntegralAcc<dim> > OutpuFieldsAssemblyElasticity< dim, TEqData >::coupling_integral_
private

Coupling integral of assembly class.

Definition at line 666 of file assembly_elasticity.hh.

◆ deform_join_

template<unsigned int dim, class TEqData >
FeQArray<Vector> OutpuFieldsAssemblyElasticity< dim, TEqData >::deform_join_
private

Definition at line 670 of file assembly_elasticity.hh.

◆ div_deform_

template<unsigned int dim, class TEqData >
FeQArray<Scalar> OutpuFieldsAssemblyElasticity< dim, TEqData >::div_deform_
private

Definition at line 673 of file assembly_elasticity.hh.

◆ dof_indices_

template<unsigned int dim, class TEqData >
LocDofVec OutpuFieldsAssemblyElasticity< dim, TEqData >::dof_indices_
private

Vector of local DOF indices of vector fields.

Definition at line 658 of file assembly_elasticity.hh.

◆ dof_indices_scalar_

template<unsigned int dim, class TEqData >
LocDofVec OutpuFieldsAssemblyElasticity< dim, TEqData >::dof_indices_scalar_
private

Vector of local DOF indices of scalar fields.

Definition at line 659 of file assembly_elasticity.hh.

◆ dof_indices_tensor_

template<unsigned int dim, class TEqData >
LocDofVec OutpuFieldsAssemblyElasticity< dim, TEqData >::dof_indices_tensor_
private

Vector of local DOF indices of tensor fields.

Definition at line 660 of file assembly_elasticity.hh.

◆ eq_data_

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

Definition at line 651 of file assembly_elasticity.hh.

◆ eq_fields_

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

Data objects shared with Elasticity.

Definition at line 650 of file assembly_elasticity.hh.

◆ grad_deform_

template<unsigned int dim, class TEqData >
FeQArray<Tensor> OutpuFieldsAssemblyElasticity< dim, TEqData >::grad_deform_
private

Definition at line 671 of file assembly_elasticity.hh.

◆ n_dofs_

template<unsigned int dim, class TEqData >
unsigned int OutpuFieldsAssemblyElasticity< dim, TEqData >::n_dofs_
private

Number of dofs.

Definition at line 656 of file assembly_elasticity.hh.

◆ n_dofs_high_

template<unsigned int dim, class TEqData >
unsigned int OutpuFieldsAssemblyElasticity< dim, TEqData >::n_dofs_high_
private

Number of dofs of higher dim element.

Definition at line 657 of file assembly_elasticity.hh.

◆ normal_displacement_

template<unsigned int dim, class TEqData >
double OutpuFieldsAssemblyElasticity< dim, TEqData >::normal_displacement_
private

Holds constributions of normal displacement.

Definition at line 662 of file assembly_elasticity.hh.

◆ normal_join_

template<unsigned int dim, class TEqData >
ElQ<Vector> OutpuFieldsAssemblyElasticity< dim, TEqData >::normal_join_
private

Following data members represent Element quantities and FE quantities.

Definition at line 669 of file assembly_elasticity.hh.

◆ normal_stress_

template<unsigned int dim, class TEqData >
arma::mat33 OutpuFieldsAssemblyElasticity< dim, TEqData >::normal_stress_
private

Holds constributions of normal stress.

Definition at line 663 of file assembly_elasticity.hh.

◆ output_cross_sec_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_cross_sec_vec_
private

Definition at line 680 of file assembly_elasticity.hh.

◆ output_div_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_div_vec_
private

Definition at line 681 of file assembly_elasticity.hh.

◆ output_mean_stress_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_mean_stress_vec_
private

Definition at line 679 of file assembly_elasticity.hh.

◆ output_stress_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_stress_vec_
private

Definition at line 677 of file assembly_elasticity.hh.

◆ output_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_vec_
private

Data vectors of output fields (FieldFE).

Definition at line 676 of file assembly_elasticity.hh.

◆ output_von_mises_stress_vec_

template<unsigned int dim, class TEqData >
VectorMPI OutpuFieldsAssemblyElasticity< dim, TEqData >::output_von_mises_stress_vec_
private

Definition at line 678 of file assembly_elasticity.hh.

◆ sym_grad_deform_

template<unsigned int dim, class TEqData >
FeQArray<Tensor> OutpuFieldsAssemblyElasticity< dim, TEqData >::sym_grad_deform_
private

Definition at line 672 of file assembly_elasticity.hh.

◆ used_fields_

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

Sub field set contains fields used in calculation.

Definition at line 654 of file assembly_elasticity.hh.


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