Flow123d  master-f44eb46
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 167 of file assembly_base.hh.

Member Data Documentation

◆ boundary_

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 171 of file assembly_base.hh.

◆ bulk_

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

Bulk integrals of elements.

Definition at line 168 of file assembly_base.hh.

◆ coupling_

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 170 of file assembly_base.hh.

◆ edge_

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

Edge integrals between elements of same dimensions.

Definition at line 169 of file assembly_base.hh.


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