v0.15.4
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OpHyrbridBaseBrokenBase Struct Reference

#include "users_modules/eshelbian_plasticity/src/EshelbianOperators.hpp"

Inheritance diagram for OpHyrbridBaseBrokenBase:
[legend]
Collaboration diagram for OpHyrbridBaseBrokenBase:
[legend]

Public Types

using OP = OpStabBrokenBaseImpl< OpMassVectorFace >
 
- Public Types inherited from OpStabBrokenBaseImpl< OpMassVectorFace >
using BASE = OpBrokenBaseImpl< OpMassVectorFace >
 

Public Member Functions

 OpHyrbridBaseBrokenBase (std::string row_field, boost::shared_ptr< std::vector< BrokenBaseSideData > > broken_base_side_data, ScalarFun beta, const bool assmb_transpose, const bool only_transpose, boost::shared_ptr< Range > ents_ptr=nullptr)
 
- Public Member Functions inherited from OpStabBrokenBaseImpl< OpMassVectorFace >
MoFEMErrorCode doWork (int row_side, EntityType row_type, EntitiesFieldData::EntData &row_data)
 

Detailed Description

Examples
/home/lk58p/mofem_install/vanilla_dev_release/mofem-cephas/mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 1158 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

Definition at line 1161 of file EshelbianOperators.hpp.

Constructor & Destructor Documentation

◆ OpHyrbridBaseBrokenBase()

OpHyrbridBaseBrokenBase::OpHyrbridBaseBrokenBase ( std::string  row_field,
boost::shared_ptr< std::vector< BrokenBaseSideData > >  broken_base_side_data,
ScalarFun  beta,
const bool  assmb_transpose,
const bool  only_transpose,
boost::shared_ptr< Range ents_ptr = nullptr 
)
Examples
mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianOperators.cpp.

Definition at line 3905 of file EshelbianOperators.cpp.

3910 : OP(row_field, broken_base_side_data, assmb_transpose, only_transpose,
3911 ents_ptr) {
3912 this->betaCoeff = beta;
3913 this->sYmm = false;
3914 }
OpStabBrokenBaseImpl< OpMassVectorFace > OP

The documentation for this struct was generated from the following files: