Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Attributes | List of all members
IntegralData Struct Reference

Set of integral data of given dimension used in assemblation. More...

#include <integral_data.hh>

Collaboration diagram for IntegralData:
Collaboration graph
[legend]

Public Attributes

RevertableListVector< BulkIntegralDatabulk_
 Holds data for computing bulk integrals. More...
 
RevertableListVector< EdgeIntegralDataedge_
 Holds data for computing edge integrals. More...
 
RevertableListVector< CouplingIntegralDatacoupling_
 Holds data for computing couplings integrals. More...
 
RevertableListVector< BoundaryIntegralDataboundary_
 Holds data for computing boundary integrals. More...
 

Detailed Description

Set of integral data of given dimension used in assemblation.

Definition at line 185 of file integral_data.hh.

Member Data Documentation

◆ boundary_

RevertableListVector<BoundaryIntegralData> IntegralData::boundary_

Holds data for computing boundary integrals.

Definition at line 190 of file integral_data.hh.

◆ bulk_

RevertableListVector<BulkIntegralData> IntegralData::bulk_

Holds data for computing bulk integrals.

Definition at line 187 of file integral_data.hh.

◆ coupling_

RevertableListVector<CouplingIntegralData> IntegralData::coupling_

Holds data for computing couplings integrals.

Definition at line 189 of file integral_data.hh.

◆ edge_

RevertableListVector<EdgeIntegralData> IntegralData::edge_

Holds data for computing edge integrals.

Definition at line 188 of file integral_data.hh.


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