Flow123d
master-f44eb46
|
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 167 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 171 of file assembly_base.hh.
std::shared_ptr<BulkIntegral> AssemblyBase< dim >::DimIntegrals::bulk_ |
Bulk integrals of elements.
Definition at line 168 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 170 of file assembly_base.hh.
std::shared_ptr<EdgeIntegral> AssemblyBase< dim >::DimIntegrals::edge_ |
Edge integrals between elements of same dimensions.
Definition at line 169 of file assembly_base.hh.