v0.14.0
Public Types | Protected Member Functions | List of all members
OpRotationBc Struct Reference

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

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

Public Types

using OP = OpRotationBcImpl< PETSC, GAUSS >
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &data)
 

Detailed Description

Examples
EshelbianPlasticity.cpp.

Definition at line 326 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

using OpRotationBc::OP = OpRotationBcImpl<PETSC, GAUSS>

Definition at line 327 of file EshelbianOperators.hpp.

Member Function Documentation

◆ iNtegrate()

MoFEMErrorCode OpRotationBc::iNtegrate ( EntData data)
protected
Examples
EshelbianOperators.cpp.

Definition at line 1274 of file EshelbianOperators.cpp.

1274  {
1275  return OP::iNtegrate(data);
1276 }

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