#include "tutorials/scl-12/src/electrostatics.hpp"
Definition at line 103 of file electrostatics.hpp.
◆ OpBlockPermittivity()
OpBlockPermittivity::OpBlockPermittivity |
( |
boost::shared_ptr< DataAtIntegrationPts > | common_data_ptr, |
|
|
boost::shared_ptr< map< int, BlockData > > | perm_block_sets_ptr, |
|
|
const std::string & | field_name ) |
|
inline |
Definition at line 105 of file electrostatics.hpp.
111 std::fill(&doEntities[MBVERTEX], &doEntities[MBMAXTYPE], false);
112 doEntities[MBVERTEX] = true;
113 }
DomainEle::UserDataOperator DomainEleOp
Finire element operator type.
constexpr auto field_name
boost::shared_ptr< DataAtIntegrationPts > commonDataPtr
boost::shared_ptr< map< int, BlockData > > permBlockSetsPtr
◆ doWork()
Definition at line 115 of file electrostatics.hpp.
118 {
121 if (
m.second.domainEnts.find(getFEEntityHandle()) !=
122 m.second.domainEnts.end()) {
124 }
125 }
127 }
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
FTensor::Index< 'm', 3 > m
◆ commonDataPtr
◆ permBlockSetsPtr
boost::shared_ptr<map<int, BlockData> > OpBlockPermittivity::permBlockSetsPtr |
|
protected |
The documentation for this struct was generated from the following file: