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

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

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

Public Types

using OP = OpDispBcImpl< PETSC, GAUSS >
 

Protected Member Functions

MoFEMErrorCode iNtegrate (EntData &data)
 

Detailed Description

Examples
EshelbianPlasticity.cpp.

Definition at line 295 of file EshelbianOperators.hpp.

Member Typedef Documentation

◆ OP

using OpDispBc::OP = OpDispBcImpl<PETSC, GAUSS>

Definition at line 296 of file EshelbianOperators.hpp.

Member Function Documentation

◆ iNtegrate()

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

Definition at line 1199 of file EshelbianOperators.cpp.

1199  {
1200  return OP::iNtegrate(data);
1201 }

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