|
Flow123d
JS_constraints-e651b99
|
#include <assembly_elasticity.hh>


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) | |
| virtual | ~AssemblyBasePatch () |
| 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... | |
| unsigned int | n_dofs () |
| Return number of DOFs. More... | |
| unsigned int | n_dofs_high () |
| Return number of DOFs of higher dim element. More... | |
Static Public Member Functions | |
| static constexpr const char * | name () |
Private Attributes | |
| EqFields * | eq_fields_ |
| Data objects shared with Elasticity. More... | |
| EqData * | eq_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< Vector > | normal_join_ |
| Following data members represent Element quantities and FE quantities. More... | |
| FeQArray< Vector > | deform_join_ |
| FeQArray< Tensor > | grad_deform_ |
| FeQArray< Tensor > | sym_grad_deform_ |
| FeQArray< Scalar > | div_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 AssemblyBasePatch< dim > | |
| AssemblyBasePatch () | |
| 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) |
Protected Attributes inherited from AssemblyBasePatch< 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_ |
Definition at line 532 of file assembly_elasticity.hh.
| typedef TEqData OutpuFieldsAssemblyElasticity< dim, TEqData >::EqData |
Definition at line 536 of file assembly_elasticity.hh.
| typedef TEqData::EqFields OutpuFieldsAssemblyElasticity< dim, TEqData >::EqFields |
Definition at line 535 of file assembly_elasticity.hh.
|
inline |
Constructor.
Definition at line 541 of file assembly_elasticity.hh.
|
inline |
Destructor.
Definition at line 557 of file assembly_elasticity.hh.
|
inline |
Assemble integral over element.
Definition at line 576 of file assembly_elasticity.hh.
|
inline |
Assembles between elements of different dimensions.
Definition at line 614 of file assembly_elasticity.hh.
|
inline |
Initialize auxiliary vectors and other data members.
Definition at line 560 of file assembly_elasticity.hh.
|
inlinestaticconstexpr |
Definition at line 538 of file assembly_elasticity.hh.
|
friend |
Definition at line 683 of file assembly_elasticity.hh.
|
private |
Bulk integral of assembly class.
Definition at line 664 of file assembly_elasticity.hh.
|
private |
Coupling integral of assembly class.
Definition at line 665 of file assembly_elasticity.hh.
|
private |
Definition at line 669 of file assembly_elasticity.hh.
|
private |
Definition at line 672 of file assembly_elasticity.hh.
|
private |
Vector of local DOF indices of vector fields.
Definition at line 657 of file assembly_elasticity.hh.
|
private |
Vector of local DOF indices of scalar fields.
Definition at line 658 of file assembly_elasticity.hh.
|
private |
Vector of local DOF indices of tensor fields.
Definition at line 659 of file assembly_elasticity.hh.
|
private |
Definition at line 650 of file assembly_elasticity.hh.
|
private |
Data objects shared with Elasticity.
Definition at line 649 of file assembly_elasticity.hh.
|
private |
Definition at line 670 of file assembly_elasticity.hh.
|
private |
Number of dofs.
Definition at line 655 of file assembly_elasticity.hh.
|
private |
Number of dofs of higher dim element.
Definition at line 656 of file assembly_elasticity.hh.
|
private |
Holds constributions of normal displacement.
Definition at line 661 of file assembly_elasticity.hh.
|
private |
Following data members represent Element quantities and FE quantities.
Definition at line 668 of file assembly_elasticity.hh.
|
private |
Holds constributions of normal stress.
Definition at line 662 of file assembly_elasticity.hh.
|
private |
Definition at line 679 of file assembly_elasticity.hh.
|
private |
Definition at line 680 of file assembly_elasticity.hh.
|
private |
Definition at line 678 of file assembly_elasticity.hh.
|
private |
Definition at line 676 of file assembly_elasticity.hh.
|
private |
Data vectors of output fields (FieldFE).
Definition at line 675 of file assembly_elasticity.hh.
|
private |
Definition at line 677 of file assembly_elasticity.hh.
|
private |
Definition at line 671 of file assembly_elasticity.hh.
|
private |
Sub field set contains fields used in calculation.
Definition at line 653 of file assembly_elasticity.hh.