#include <users_modules/multifield_plasticity/src/ElasticOperators.hpp>
Definition at line 1073 of file ElasticOperators.hpp.
◆ OpSetUnSetRowData()
OpElasticTools::OpSetUnSetRowData::OpSetUnSetRowData |
( |
std::string |
field_name, |
|
|
bool |
yes_set, |
|
|
boost::shared_ptr< CommonData > |
common_data_ptr |
|
) |
| |
|
inline |
Definition at line 1074 of file ElasticOperators.hpp.
1076 : ForcesAndSourcesCore::UserDataOperator(
1077 field_name, ForcesAndSourcesCore::UserDataOperator::OPROW),
constexpr auto field_name
◆ doWork()
MoFEMErrorCode OpElasticTools::OpSetUnSetRowData::doWork |
( |
int |
side, |
|
|
EntityType |
type, |
|
|
EntData & |
data |
|
) |
| |
|
inline |
Definition at line 1079 of file ElasticOperators.hpp.
1079 {
1084 if (auto stored_data_ptr =
1085 e_ptr->getSharedStoragePtr<EssentialBcStorage>()) {
1088 data.
getIndices() = stored_data_ptr->entityIndices;
1089 } else {
1091 }
1092 }
1093
1095 }
#define MoFEMFunctionReturnHot(a)
Last executable line of each PETSc function used for error handling. Replaces return()
#define MoFEMFunctionBeginHot
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
const VectorFieldEntities & getFieldEntities() const
get field entities
const VectorInt & getIndices() const
Get global indices of dofs on entity.
◆ commonDataPtr
boost::shared_ptr<CommonData> OpElasticTools::OpSetUnSetRowData::commonDataPtr |
◆ yesSet
bool OpElasticTools::OpSetUnSetRowData::yesSet |
The documentation for this struct was generated from the following file: