![]() |
v0.14.0 |
#include <src/finite_elements/FormsBrokenSpaceConstraintImpl.hpp>
Public Types | |
| using | OP = OpBase |
Public Member Functions | |
| OpSetFlux (boost::shared_ptr< std::vector< BrokenBaseSideData >> broken_base_side_data, boost::shared_ptr< MatrixDouble > flux_ptr) | |
| MoFEMErrorCode | doWork (int row_side, EntityType row_type, EntitiesFieldData::EntData &row_data) |
Private Attributes | |
| boost::shared_ptr< std::vector< BrokenBaseSideData > > | brokenBaseSideData |
| boost::shared_ptr< MatrixDouble > | fluxPtr |
Definition at line 139 of file FormsBrokenSpaceConstraintImpl.hpp.
| using MoFEM::OpSetFlux< OpBase >::OP = OpBase |
Definition at line 141 of file FormsBrokenSpaceConstraintImpl.hpp.
| MoFEM::OpSetFlux< OpBase >::OpSetFlux | ( | boost::shared_ptr< std::vector< BrokenBaseSideData >> | broken_base_side_data, |
| boost::shared_ptr< MatrixDouble > | flux_ptr | ||
| ) |
Definition at line 156 of file FormsBrokenSpaceConstraintImpl.hpp.
| MoFEMErrorCode MoFEM::OpSetFlux< OpBase >::doWork | ( | int | row_side, |
| EntityType | row_type, | ||
| EntitiesFieldData::EntData & | row_data | ||
| ) |
Definition at line 163 of file FormsBrokenSpaceConstraintImpl.hpp.
|
private |
Definition at line 151 of file FormsBrokenSpaceConstraintImpl.hpp.
|
private |
Definition at line 152 of file FormsBrokenSpaceConstraintImpl.hpp.