v0.15.4
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
/home/lk58p/mofem_install/vanilla_dev_release/mofem-cephas/mofem/users_modules/eshelbian_plasticity/src/impl/EshelbianPlasticity.cpp.

Definition at line 473 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

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

Definition at line 474 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 1554 of file EshelbianOperators.cpp.

1554 {
1555 return OP::iNtegrate(data);
1556}

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