|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
Set of integral data of given dimension used in assemblation. More...
#include <integral_data.hh>

Public Attributes | |
| RevertableListVector< BulkIntegralData > | bulk_ |
| Holds data for computing bulk integrals. More... | |
| RevertableListVector< EdgeIntegralData > | edge_ |
| Holds data for computing edge integrals. More... | |
| RevertableListVector< CouplingIntegralData > | coupling_ |
| Holds data for computing couplings integrals. More... | |
| RevertableListVector< BoundaryIntegralData > | boundary_ |
| Holds data for computing boundary integrals. More... | |
Set of integral data of given dimension used in assemblation.
Definition at line 185 of file integral_data.hh.
| RevertableListVector<BoundaryIntegralData> IntegralData::boundary_ |
Holds data for computing boundary integrals.
Definition at line 190 of file integral_data.hh.
| RevertableListVector<BulkIntegralData> IntegralData::bulk_ |
Holds data for computing bulk integrals.
Definition at line 187 of file integral_data.hh.
| RevertableListVector<CouplingIntegralData> IntegralData::coupling_ |
Holds data for computing couplings integrals.
Definition at line 189 of file integral_data.hh.
| RevertableListVector<EdgeIntegralData> IntegralData::edge_ |
Holds data for computing edge integrals.
Definition at line 188 of file integral_data.hh.