v0.14.0 |
Scale force based on some DOF value. More...
#include <users_modules/basic_finite_elements/src/NodalForce.hpp>
Public Member Functions | |
DofForceScale (boost::shared_ptr< DofEntity > dof) | |
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 | |
boost::shared_ptr< DofEntity > | dOf |
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 some DOF value.
That dof usually will be associated with dof used for arc-length control
Definition at line 81 of file NodalForce.hpp.
|
inline |
Definition at line 83 of file NodalForce.hpp.
|
inlinevirtual |
Implements MethodForForceScaling.
Definition at line 84 of file NodalForce.hpp.
boost::shared_ptr<DofEntity> MetaNodalForces::DofForceScale::dOf |
Definition at line 82 of file NodalForce.hpp.