![]() |
v0.14.0 |
Force on edges and lines. More...
#include <users_modules/basic_finite_elements/src/EdgeForce.hpp>
Classes | |
| struct | bCForce |
| struct | MyFE |
| struct | OpEdgeForce |
Public Member Functions | |
| EdgeForce (MoFEM::Interface &m_field) | |
| MyFE & | getLoopFe () |
| MoFEMErrorCode | addForce (const std::string field_name, Vec F, int ms_id, bool use_snes_f=false) |
Public Attributes | |
| MoFEM::Interface & | mField |
| MyFE | fe |
| std::map< int, bCForce > | mapForce |
| boost::ptr_vector< MethodForForceScaling > | methodsOp |
Force on edges and lines.
Definition at line 13 of file EdgeForce.hpp.
|
inline |
Definition at line 16 of file EdgeForce.hpp.
| MoFEMErrorCode EdgeForce::addForce | ( | const std::string | field_name, |
| Vec | F, | ||
| int | ms_id, | ||
| bool | use_snes_f = false |
||
| ) |
Definition at line 93 of file EdgeForce.cpp.
|
inline |
Definition at line 26 of file EdgeForce.hpp.
| MyFE EdgeForce::fe |
Definition at line 25 of file EdgeForce.hpp.
| std::map<int, bCForce> EdgeForce::mapForce |
Definition at line 32 of file EdgeForce.hpp.
| boost::ptr_vector<MethodForForceScaling> EdgeForce::methodsOp |
Definition at line 34 of file EdgeForce.hpp.
| MoFEM::Interface& EdgeForce::mField |
Definition at line 15 of file EdgeForce.hpp.