v0.15.0
Loading...
Searching...
No Matches
EshelbianPlasticity::OpRotationBc Struct Reference

Apply rotation boundary condition. More...

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

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

Public Types

using OP = OpRotationBcImpl<PETSC, GAUSS>
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &data)
 

Detailed Description

Apply rotation boundary condition.

The boundary condition is applied getting data from the SPATIAL_ROTATION_BC blockset.

Centre of rotation is given by the first three attributes of the blockset. The fort parameter is angle of rotation

Definition at line 481 of file EshelbianPlasticity.hpp.

Member Typedef Documentation

◆ OP

Definition at line 482 of file EshelbianPlasticity.hpp.

Member Function Documentation

◆ iNtegrate()

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

Definition at line 1578 of file EshelbianOperators.cpp.

1578 {
1579 return OP::iNtegrate(data);
1580}

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