v0.14.0 |
Force applied to nodes. More...
#include <users_modules/basic_finite_elements/src/NodalForce.hpp>
Classes | |
struct | bCForce |
struct | MyFE |
struct | OpNodalForce |
Operator to assemble nodal force into right hand side vector. More... | |
Public Member Functions | |
NodalForce (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 applied to nodes.
Definition at line 13 of file NodalForce.hpp.
|
inline |
Definition at line 16 of file NodalForce.hpp.
MoFEMErrorCode NodalForce::addForce | ( | const std::string | field_name, |
Vec | F, | ||
int | ms_id, | ||
bool | use_snes_f = false |
||
) |
Definition at line 68 of file NodeForce.cpp.
|
inline |
Definition at line 23 of file NodalForce.hpp.
MyFE NodalForce::fe |
Definition at line 22 of file NodalForce.hpp.
std::map<int, bCForce> NodalForce::mapForce |
Definition at line 29 of file NodalForce.hpp.
boost::ptr_vector<MethodForForceScaling> NodalForce::methodsOp |
Definition at line 31 of file NodalForce.hpp.
MoFEM::Interface& NodalForce::mField |
Definition at line 15 of file NodalForce.hpp.