64:nodeId(0),weight(0.0),gradient(0.0,0.0,0.0)
Represents the node that the particle contributes.
Definition Contribution.h:18
const Vector3d & getGradients() const
Return the gradients values.
Definition Contribution.h:40
double weight
weight value of a node at a particle position
Definition Contribution.h:58
int getNodeId() const
Return the node identification.
Definition Contribution.h:32
Contribution()
Default constructor.
Definition Contribution.h:63
void setGradients(const Vector3d &nodal_gradients)
Configure gradients.
Definition Contribution.h:52
Vector3d gradient
gradient value of a node at a particle position .
Definition Contribution.h:60
double getWeight() const
Return the weight value.
Definition Contribution.h:36
void setWeight(double nodal_weight)
Configure weight.
Definition Contribution.h:48
int nodeId
identification of node
Definition Contribution.h:56
virtual ~Contribution()
Default destructor.
Definition Contribution.h:67
void setNodeId(int nodal_id)
Configure node identification.
Definition Contribution.h:44