|
SPH
|
Interface representing a fragmentation model. More...
#include <Damage.h>
Public Member Functions | |
| virtual void | setFlaws (Storage &storage, IMaterial &material, const MaterialInitialContext &context) const =0 |
| Sets up all the necessary quantities in the storage given material settings. More... | |
| virtual void | integrate (IScheduler &scheduler, Storage &storage, const MaterialView sequence)=0 |
| Compute damage derivatives. More... | |
Public Member Functions inherited from Polymorphic | |
| virtual | ~Polymorphic () |
|
pure virtual |
Compute damage derivatives.
Implemented in NullFracture, TensorGradyKippModel, and ScalarGradyKippModel.
|
pure virtual |
Sets up all the necessary quantities in the storage given material settings.
Implemented in NullFracture, TensorGradyKippModel, and ScalarGradyKippModel.