Flow123d  JS_before_hm-1598-g3b021b4
Public Attributes | List of all members
AssemblyBase< dim >::DimIntegrals Struct Reference

Set of integral of given dimension necessary in assemblation. More...

#include <assembly_base.hh>

Public Attributes

std::shared_ptr< BulkIntegralbulk_
 Bulk integrals of elements. More...
 
std::shared_ptr< EdgeIntegraledge_
 Edge integrals between elements of same dimensions. More...
 
std::shared_ptr< CouplingIntegralcoupling_
 Coupling integrals between elements of dimensions dim and dim-1. More...
 
std::shared_ptr< BoundaryIntegralboundary_
 Boundary integrals betwwen side and boundary element of dim-1. More...
 

Detailed Description

template<unsigned int dim>
struct AssemblyBase< dim >::DimIntegrals

Set of integral of given dimension necessary in assemblation.

Definition at line 117 of file assembly_base.hh.

Member Data Documentation

template<unsigned int dim>
std::shared_ptr<BoundaryIntegral> AssemblyBase< dim >::DimIntegrals::boundary_

Boundary integrals betwwen side and boundary element of dim-1.

Definition at line 121 of file assembly_base.hh.

template<unsigned int dim>
std::shared_ptr<BulkIntegral> AssemblyBase< dim >::DimIntegrals::bulk_

Bulk integrals of elements.

Definition at line 118 of file assembly_base.hh.

template<unsigned int dim>
std::shared_ptr<CouplingIntegral> AssemblyBase< dim >::DimIntegrals::coupling_

Coupling integrals between elements of dimensions dim and dim-1.

Definition at line 120 of file assembly_base.hh.

template<unsigned int dim>
std::shared_ptr<EdgeIntegral> AssemblyBase< dim >::DimIntegrals::edge_

Edge integrals between elements of same dimensions.

Definition at line 119 of file assembly_base.hh.


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