v0.14.0
Public Member Functions | List of all members
EshelbianPlasticity::OpAssembleFace Struct Reference

#include <users_modules/eshelbian_plasticit/src/EshelbianPlasticity.hpp>

Inheritance diagram for EshelbianPlasticity::OpAssembleFace:
[legend]
Collaboration diagram for EshelbianPlasticity::OpAssembleFace:
[legend]

Public Member Functions

 OpAssembleFace (const std::string &field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type)
 
 OpAssembleFace (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > &data_ptr, const char type, const bool assemble_symmetry)
 
- Public Member Functions inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
 OpAssembleBasic (const std::string &field_name, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type)
 
 OpAssembleBasic (const std::string &row_field, const std::string &col_field, boost::shared_ptr< DataAtIntegrationPts > data_ptr, const char type, const bool assemble_symmetry, ScaleOff scale_off=[]() { return 1;})
 
virtual MoFEMErrorCode integrate (EntData &data)
 
virtual MoFEMErrorCode integrate (int row_side, EntityType row_type, EntData &data)
 
virtual MoFEMErrorCode integrate (EntData &row_data, EntData &col_data)
 
virtual MoFEMErrorCode assemble (EntData &data)
 
virtual MoFEMErrorCode assemble (int row_side, EntityType row_type, EntData &data)
 
virtual MoFEMErrorCode assemble (int row_side, int col_side, EntityType row_type, EntityType col_type, EntData &row_data, EntData &col_data)
 
MoFEMErrorCode doWork (int side, EntityType type, EntData &data)
 
MoFEMErrorCode doWork (int row_side, int col_side, EntityType row_type, EntityType col_type, EntData &row_data, EntData &col_data)
 

Additional Inherited Members

- Public Types inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
using ScaleOff = boost::function< double()>
 
- Public Attributes inherited from EshelbianPlasticity::OpAssembleBasic< FaceUserDataOperator >
const bool assembleSymmetry
 
boost::shared_ptr< DataAtIntegrationPtsdataAtPts
 data at integration pts More...
 
VectorDouble nF
 local right hand side vector More...
 
MatrixDouble K
 local tangent matrix More...
 
MatrixDouble transposeK
 
ScaleOff scaleOff
 

Detailed Description

Definition at line 475 of file EshelbianPlasticity.hpp.

Constructor & Destructor Documentation

◆ OpAssembleFace() [1/2]

EshelbianPlasticity::OpAssembleFace::OpAssembleFace ( const std::string &  field,
boost::shared_ptr< DataAtIntegrationPts > &  data_ptr,
const char  type 
)
inline

Definition at line 476 of file EshelbianPlasticity.hpp.

479  : OpAssembleBasic<FaceUserDataOperator>(field, data_ptr, type) {}

◆ OpAssembleFace() [2/2]

EshelbianPlasticity::OpAssembleFace::OpAssembleFace ( const std::string &  row_field,
const std::string &  col_field,
boost::shared_ptr< DataAtIntegrationPts > &  data_ptr,
const char  type,
const bool  assemble_symmetry 
)
inline

Definition at line 481 of file EshelbianPlasticity.hpp.

484  : OpAssembleBasic<FaceUserDataOperator>(row_field, col_field, data_ptr,
485  type, assemble_symmetry) {}

The documentation for this struct was generated from the following file:
convert.type
type
Definition: convert.py:64