Flow123d
DF_patch_fe_data_tables-1a16803
|
Set of integral of given dimension necessary in assemblation. More...
#include <assembly_base.hh>
Public Attributes | |
std::shared_ptr< BulkIntegral > | bulk_ |
Bulk integrals of elements. More... | |
std::shared_ptr< EdgeIntegral > | edge_ |
Edge integrals between elements of same dimensions. More... | |
std::shared_ptr< CouplingIntegral > | coupling_ |
Coupling integrals between elements of dimensions dim and dim-1. More... | |
std::shared_ptr< BoundaryIntegral > | boundary_ |
Boundary integrals betwwen side and boundary element of dim-1. More... | |
Set of integral of given dimension necessary in assemblation.
Definition at line 184 of file assembly_base.hh.
std::shared_ptr<BoundaryIntegral> AssemblyBase< dim >::DimIntegrals::boundary_ |
Boundary integrals betwwen side and boundary element of dim-1.
Definition at line 188 of file assembly_base.hh.
std::shared_ptr<BulkIntegral> AssemblyBase< dim >::DimIntegrals::bulk_ |
Bulk integrals of elements.
Definition at line 185 of file assembly_base.hh.
std::shared_ptr<CouplingIntegral> AssemblyBase< dim >::DimIntegrals::coupling_ |
Coupling integrals between elements of dimensions dim and dim-1.
Definition at line 187 of file assembly_base.hh.
std::shared_ptr<EdgeIntegral> AssemblyBase< dim >::DimIntegrals::edge_ |
Edge integrals between elements of same dimensions.
Definition at line 186 of file assembly_base.hh.