adhishm / dd2d_Matryoshka

A set of classes defining the behaviour of crystalline defects, with the final goal of carrying out dislocation dynamics simulations in two dimensions.
Other
5 stars 4 forks source link

Moved functions and variables about totalStress to the class Defect #51

Closed adhishm closed 11 years ago

adhishm commented 11 years ago

Variables: Stress totalStress vector totalStresses Functions: void setTotalStress(Stress s) Stress getTotalStress() const Stress getTotalStressAtIteration(int i) const All classes that inherit Defect will obviously inherit these protected data members and public functions.