Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Attributes | List of all members
DimIntegrals< dim > Struct Template Reference

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

#include <integral_data.hh>

Public Attributes

IntegralPtrMap< BulkIntegralAcc< dim > > bulk_
 Bulk integrals of elements. More...
 
IntegralPtrMap< EdgeIntegralAcc< dim > > edge_
 Edge integrals between elements of same dimensions. More...
 
IntegralPtrMap< CouplingIntegralAcc< dim > > coupling_
 Coupling integrals between elements of dimensions dim and dim-1. More...
 
IntegralPtrMap< BoundaryIntegralAcc< dim > > boundary_
 Boundary integrals betwwen side and boundary element of dim-1. More...
 

Detailed Description

template<unsigned int dim>
struct DimIntegrals< dim >

Set of integral of given dimension necessary in assemblation.

Definition at line 217 of file integral_data.hh.

Member Data Documentation

◆ boundary_

template<unsigned int dim>
IntegralPtrMap<BoundaryIntegralAcc<dim> > DimIntegrals< dim >::boundary_

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

Definition at line 221 of file integral_data.hh.

◆ bulk_

template<unsigned int dim>
IntegralPtrMap<BulkIntegralAcc<dim> > DimIntegrals< dim >::bulk_

Bulk integrals of elements.

Definition at line 218 of file integral_data.hh.

◆ coupling_

template<unsigned int dim>
IntegralPtrMap<CouplingIntegralAcc<dim> > DimIntegrals< dim >::coupling_

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

Definition at line 220 of file integral_data.hh.

◆ edge_

template<unsigned int dim>
IntegralPtrMap<EdgeIntegralAcc<dim> > DimIntegrals< dim >::edge_

Edge integrals between elements of same dimensions.

Definition at line 219 of file integral_data.hh.


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