|
#include <CoupledSolidNodes.h>
Public Member Functions | |
CoupledSolidNode (const unsigned &n_lagrangian, const unsigned &n_lagrangian_type, const unsigned &n_dim, const unsigned &n_position_type, const unsigned &initial_n_value) | |
CoupledSolidNode (TimeStepper *const &time_stepper_pt_, const unsigned &n_lagrangian, const unsigned &n_lagrangian_type, const unsigned &n_dim, const unsigned &n_position_type, const unsigned &initial_n_value) | |
void | set_coupling_weight (const double &weight) |
Set and get function for the coupling weight and force. More... | |
const double | get_coupling_weight () |
void | set_coupling_force (const Vector< double > &cForce) |
Vector< double > | get_coupling_force () const |
Private Attributes | |
double | coupling_weight |
Weighting factor for coupling with other method. More... | |
Vector< double > | coupling_force |
Coupling force on the node. More... | |
adds a coupling weight and coupling force to each SolidNode
|
inline |
|
inline |
|
inline |
References coupling_force.
|
inline |
References coupling_weight.
|
inline |
References coupling_force.
|
inline |
|
private |
Coupling force on the node.
Referenced by get_coupling_force(), and set_coupling_force().
|
private |
Weighting factor for coupling with other method.
Referenced by get_coupling_weight(), and set_coupling_weight().