#include <tutorials/scl-12/src/electrostatics.hpp>
Definition at line 74 of file electrostatics.hpp.
◆ OpBlockChargeDensity()
OpBlockChargeDensity::OpBlockChargeDensity |
( |
boost::shared_ptr< DataAtIntegrationPts > |
common_data_ptr, |
|
|
boost::shared_ptr< std::map< int, BlockData >> |
int_block_sets_ptr, |
|
|
const std::string & |
field_name |
|
) |
| |
|
inline |
Definition at line 75 of file electrostatics.hpp.
81 std::fill(&doEntities[MBVERTEX], &doEntities[MBMAXTYPE],
false);
82 doEntities[MBVERTEX] =
true;
◆ doWork()
MoFEMErrorCode OpBlockChargeDensity::doWork |
( |
int |
row_side, |
|
|
int |
col_side, |
|
|
EntityType |
row_type, |
|
|
EntityType |
col_type, |
|
|
EntData & |
row_data, |
|
|
EntData & |
col_data |
|
) |
| |
|
inline |
Definition at line 85 of file electrostatics.hpp.
90 if (
m.second.interfaceEnts.find(getFEEntityHandle()) !=
91 m.second.interfaceEnts.end()) {
◆ commonDataPtr
◆ intBlockSetsPtr
boost::shared_ptr<std::map<int, BlockData> > OpBlockChargeDensity::intBlockSetsPtr |
|
protected |
The documentation for this struct was generated from the following file: