SPH
Public Member Functions | List of all members
NullFracture Class Reference

#include <Damage.h>

Inheritance diagram for NullFracture:
IFractureModel Polymorphic

Public Member Functions

virtual void setFlaws (Storage &storage, IMaterial &material, const MaterialInitialContext &context) const override
 Sets up all the necessary quantities in the storage given material settings. More...
 
virtual void integrate (IScheduler &scheduler, Storage &storage, const MaterialView material) override
 Compute damage derivatives. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 50 of file Damage.h.

Member Function Documentation

◆ integrate()

void NullFracture::integrate ( IScheduler scheduler,
Storage storage,
const MaterialView  sequence 
)
overridevirtual

Compute damage derivatives.

Implements IFractureModel.

Definition at line 235 of file Damage.cpp.

◆ setFlaws()

void NullFracture::setFlaws ( Storage storage,
IMaterial material,
const MaterialInitialContext context 
) const
overridevirtual

Sets up all the necessary quantities in the storage given material settings.

Implements IFractureModel.

Definition at line 231 of file Damage.cpp.


The documentation for this class was generated from the following files: