v0.14.0 |
Scale force based on tag value "_LoadFactor_Scale_". More...
#include <users_modules/basic_finite_elements/src/NodalForce.hpp>
Public Member Functions | |
TagForceScale (MoFEM::Interface &m_field) | |
MoFEMErrorCode | scaleNf (const FEMethod *fe, VectorDouble &Nf) |
Public Member Functions inherited from MethodForForceScaling | |
virtual MoFEMErrorCode | getForceScale (const double ts_t, double &scale) |
virtual | ~MethodForForceScaling () |
virtual MoFEMErrorCode | getForceScale (const double ts_t, double &scale) |
virtual | ~MethodForForceScaling () |
Public Attributes | |
MoFEM::Interface & | mField |
double * | sCale |
Tag | thScale |
Additional Inherited Members | |
Static Public Member Functions inherited from MethodForForceScaling | |
static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::ptr_vector< MethodForForceScaling > &methods_op, VectorDouble &nf) |
static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::shared_ptr< MethodForForceScaling > method_op, VectorDouble &nf) |
static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::ptr_vector< MethodForForceScaling > &methods_op, VectorDouble &nf) |
static MoFEMErrorCode | applyScale (const FEMethod *fe, boost::shared_ptr< MethodForForceScaling > method_op, VectorDouble &nf) |
Scale force based on tag value "_LoadFactor_Scale_".
This is obsolete, is kept to have back compatibility with fracture code.
Definition at line 66 of file NodalForce.hpp.
MetaNodalForces::TagForceScale::TagForceScale | ( | MoFEM::Interface & | m_field | ) |
Definition at line 84 of file NodeForce.cpp.
|
virtual |
Implements MethodForForceScaling.
Definition at line 107 of file NodeForce.cpp.
MoFEM::Interface& MetaNodalForces::TagForceScale::mField |
Definition at line 67 of file NodalForce.hpp.
double* MetaNodalForces::TagForceScale::sCale |
Definition at line 68 of file NodalForce.hpp.
Tag MetaNodalForces::TagForceScale::thScale |
Definition at line 69 of file NodalForce.hpp.