v0.15.0
Loading...
Searching...
No Matches
Public Types | Protected Member Functions | List of all members
OpRotationBc Struct Reference

Apply rotation boundary condition. More...

#include "users_modules/eshelbian_plasticity/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

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

Examples
mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 474 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

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

Definition at line 475 of file EshelbianOperators.hpp.

Member Function Documentation

◆ iNtegrate()

MoFEMErrorCode OpRotationBc::iNtegrate ( EntData data)
protected
Examples
mofem/users_modules/eshelbian_plasticity/src/impl/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: