Flow123d
JS_before_hm-1598-g3b021b4
|
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 117 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 121 of file assembly_base.hh.
std::shared_ptr<BulkIntegral> AssemblyBase< dim >::DimIntegrals::bulk_ |
Bulk integrals of elements.
Definition at line 118 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 120 of file assembly_base.hh.
std::shared_ptr<EdgeIntegral> AssemblyBase< dim >::DimIntegrals::edge_ |
Edge integrals between elements of same dimensions.
Definition at line 119 of file assembly_base.hh.